mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Redis 4.0+
This commit is contained in:
parent
fc0e132799
commit
5920af0071
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ Gem::Specification.new do |gem|
|
|||
gem.version = Sidekiq::VERSION
|
||||
gem.required_ruby_version = ">= 2.5.0"
|
||||
|
||||
gem.add_dependency 'redis', '>= 3.3.5', '< 5'
|
||||
gem.add_dependency 'redis', '> 3', '< 5'
|
||||
gem.add_dependency 'connection_pool', '~> 2.2', '>= 2.2.2'
|
||||
gem.add_dependency 'rack', '>= 1.5.0'
|
||||
gem.add_dependency 'rack-protection', '>= 1.5.0'
|
||||
|
|
Loading…
Add table
Reference in a new issue