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:
parent
9ee55e9a02
commit
5b172aaa6b
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue