Skip to content

Commit 61e62d6

Browse files
build: use optimistic constraint for imgix >= 3.0
1 parent 3a776a1 commit 61e62d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

imgix-rails.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Gem::Specification.new do |spec|
3333
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
3434
spec.require_paths = ["lib"]
3535

36-
spec.add_runtime_dependency "imgix", "~> 4.0"
36+
spec.add_runtime_dependency "imgix", ">= 3.0"
3737

3838
spec.add_development_dependency "bundler", ">=1.9"
3939
spec.add_development_dependency "rake", "~> 12.3"

0 commit comments

Comments
 (0)