Skip to content

Commit

Permalink
Restrict Rack version (<= 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
YusukeIwaki committed Feb 17, 2024
1 parent 4469067 commit 938e7e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/rack/test_server/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Rack
class TestServer
VERSION = '0.1.4'
VERSION = '0.1.5'
end
end
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 938e7e4

Please sign in to comment.