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

Bump redis-client to 0.8.1 (#5527)

That release contain a fairly important fix for people
who abuse `Timeout.timeout` or `Thread.kill`

Ref: 5f82254583

Co-authored-by: Jean Boussier <jean.boussier@gmail.com>
This commit is contained in:
Jean byroot Boussier 2022-09-16 16:13:48 +02:00 committed by GitHub
parent 9ee55e9a02
commit 5b172aaa6b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@ Gem::Specification.new do |gem|
"source_code_uri" => "https://github.com/mperham/sidekiq"
}
gem.add_dependency "redis-client", ">= 0.8.0"
gem.add_dependency "redis-client", ">= 0.8.1"
gem.add_dependency "connection_pool", ">= 2.3.0"
gem.add_dependency "rack", ">= 2.2.4"
gem.add_dependency "concurrent-ruby", "< 2"