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

Skip the buggy 4.5.0 release

This commit is contained in:
Mike Perham 2022-01-05 19:43:14 -08:00
parent 18a36af22c
commit 20debc39dd

View file

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