Skip to content

Commit

Permalink
πŸ’š Constrain rack to allow builds on old Ruby
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Boling <peter.boling@gmail.com>
  • Loading branch information
pboling committed May 3, 2022
1 parent e3beaaa commit 38acb5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oauth.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency("iconv")
spec.add_development_dependency("minitest")
spec.add_development_dependency("mocha")
spec.add_development_dependency("rack", "~> 2.0")
spec.add_development_dependency("rack", "~> 1.6")
spec.add_development_dependency("rack-test")
spec.add_development_dependency("rake", "~> 12.2")
spec.add_development_dependency("rest-client")
Expand Down

0 comments on commit 38acb5b

Please sign in to comment.