1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

Require redis-rb 4.5.0, fixes #5394

This commit is contained in:
Mike Perham 2022-07-12 14:18:17 -07:00
parent b73994056d
commit 1573d50cf0

View file

@ -22,7 +22,7 @@ Gem::Specification.new do |gem|
"source_code_uri" => "https://github.com/mperham/sidekiq"
}
gem.add_dependency "redis", ">= 4.2.0"
gem.add_dependency "redis", ">= 4.5.0"
gem.add_dependency "connection_pool", ">= 2.2.2"
gem.add_dependency "rack", "~> 2.0"
end