mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Bump rack and redis gem versions
This commit is contained in:
parent
e230a07ca2
commit
9e2e76e4ff
2 changed files with 6 additions and 6 deletions
|
@ -3,9 +3,9 @@ PATH
|
|||
specs:
|
||||
sidekiq (6.0.0.pre2)
|
||||
connection_pool (>= 2.2.2)
|
||||
rack (>= 1.5.0)
|
||||
rack-protection (>= 1.5.0)
|
||||
redis (>= 4.0.2)
|
||||
rack (>= 2.0.0)
|
||||
rack-protection (>= 2.0.0)
|
||||
redis (>= 4.1.0)
|
||||
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
|
|
|
@ -14,8 +14,8 @@ Gem::Specification.new do |gem|
|
|||
gem.version = Sidekiq::VERSION
|
||||
gem.required_ruby_version = ">= 2.5.0"
|
||||
|
||||
gem.add_dependency "redis", ">= 4.0.2"
|
||||
gem.add_dependency "redis", ">= 4.1.0"
|
||||
gem.add_dependency "connection_pool", ">= 2.2.2"
|
||||
gem.add_dependency "rack", ">= 1.5.0"
|
||||
gem.add_dependency "rack-protection", ">= 1.5.0"
|
||||
gem.add_dependency "rack", ">= 2.0.0"
|
||||
gem.add_dependency "rack-protection", ">= 2.0.0"
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue