Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Commit

Permalink
Relax rack dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
whitequark committed Dec 23, 2015
1 parent cae8e2f commit 6ca2e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rack-utf8_sanitizer.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |gem|

gem.required_ruby_version = '>= 1.9.3'

gem.add_dependency "rack", '~> 1.0'
gem.add_dependency "rack", '>= 1.0', '< 3.0'

gem.add_development_dependency "bacon"
gem.add_development_dependency "bacon-colored_output"
Expand Down

0 comments on commit 6ca2e84

Please sign in to comment.