We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a776a1 commit 61e62d6Copy full SHA for 61e62d6
imgix-rails.gemspec
@@ -33,7 +33,7 @@ Gem::Specification.new do |spec|
33
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
34
spec.require_paths = ["lib"]
35
36
- spec.add_runtime_dependency "imgix", "~> 4.0"
+ spec.add_runtime_dependency "imgix", ">= 3.0"
37
38
spec.add_development_dependency "bundler", ">=1.9"
39
spec.add_development_dependency "rake", "~> 12.3"
0 commit comments