Skip to content

Commit

Permalink
[chore] Wider range of rack versions
Browse files Browse the repository at this point in the history
  • Loading branch information
chytreg committed Jul 22, 2016
1 parent 271b4dd commit e406eee
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.x", "< 3"
spec.add_dependency "thor", "~> 0.15"
spec.add_development_dependency "bundler", "~> 1.5"
spec.add_development_dependency "rake"
Expand Down

0 comments on commit e406eee

Please sign in to comment.