Skip to content

Commit

Permalink
Restrict Rack version
Browse files Browse the repository at this point in the history
  • Loading branch information
YusukeIwaki committed Feb 17, 2024
1 parent 4469067 commit d90043e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rack-test_server.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']

spec.required_ruby_version = '>= 2.3'
spec.add_dependency 'rack'
spec.add_dependency 'rack', '>= 2', '< 3'
spec.add_development_dependency 'minitest'
spec.add_development_dependency 'puma'
spec.add_development_dependency 'rake'
Expand Down

0 comments on commit d90043e

Please sign in to comment.