Skip to content

Commit

Permalink
Bump Rack maximum version
Browse files Browse the repository at this point in the history
  • Loading branch information
lloeki committed Jan 2, 2024
1 parent b428f6c commit 6a805aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thin.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Thin::GemSpec ||= Gem::Specification.new do |s|

s.required_ruby_version = '>= 1.8.5'

s.add_dependency 'rack', '>= 1', '< 3'
s.add_dependency 'rack', '>= 1', '< 4'
s.add_dependency 'eventmachine', '~> 1.0', '>= 1.0.4'
s.add_dependency 'daemons', '~> 1.0', '>= 1.0.9' unless Thin.win?

Expand Down

0 comments on commit 6a805aa

Please sign in to comment.