Skip to content

Commit

Permalink
[chore] Relax rack dependency
Browse files Browse the repository at this point in the history
allows to work with Rails 5
  • Loading branch information
chytreg authored and Dariusz Gertych committed Jul 18, 2016
1 parent cdaf3f1 commit 271b4dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion envied.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = '>= 1.9.3'
spec.add_dependency "coercible", '~> 1.0'
spec.add_dependency "rack", "~> 1.4"
spec.add_dependency "rack", ">= 1.4"
spec.add_dependency "thor", "~> 0.15"
spec.add_development_dependency "bundler", "~> 1.5"
spec.add_development_dependency "rake"
Expand Down

0 comments on commit 271b4dd

Please sign in to comment.