Skip to content

Commit

Permalink
Downgrade rack requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
fzf committed Feb 26, 2019
1 parent 3e2736d commit 09472d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sidekiq.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ Gem::Specification.new do |gem|

gem.add_dependency 'redis', '>= 3.3.5', '< 5'
gem.add_dependency 'connection_pool', '~> 2.2', '>= 2.2.2'
gem.add_dependency 'rack', '>= 1.5.0'
gem.add_dependency 'rack', '~> 1.4'
gem.add_dependency 'rack-protection', '>= 1.5.0'
end

0 comments on commit 09472d3

Please sign in to comment.