Skip to content

Commit

Permalink
Lock Sidekiq 5 to Rack <2.1 to avoid breaking changes, #4440
Browse files Browse the repository at this point in the history
  • Loading branch information
mperham committed Feb 4, 2020
1 parent ec3e138 commit 7026c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sidekiq.gemspec
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', '< 2.1.0'
gem.add_dependency 'rack-protection', '>= 1.5.0'
end

0 comments on commit 7026c8f

Please sign in to comment.