Skip to content

Commit

Permalink
Update carrierwave_backgrounder.gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
phinfonet authored Feb 7, 2020
1 parent 460394b commit 382f33c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion carrierwave_backgrounder.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]

s.add_dependency "carrierwave", [">= 0.5", "< 2.0"]
s.add_dependency "carrierwave", [">= 0.5", "< 2.9"]
s.add_dependency "mime-types", ["~> 2.99"]

s.add_development_dependency "rspec", ["~> 3.5.0"]
Expand Down

0 comments on commit 382f33c

Please sign in to comment.