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

changes, release

This commit is contained in:
Mike Perham 2022-08-29 09:42:43 -07:00
parent b666a6d67f
commit fee07b40d3
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
[Sidekiq Changes](https://github.com/mperham/sidekiq/blob/main/Changes.md) | [Sidekiq Pro Changes](https://github.com/mperham/sidekiq/blob/main/Pro-Changes.md) | [Sidekiq Enterprise Changes](https://github.com/mperham/sidekiq/blob/main/Ent-Changes.md)
HEAD
6.5.6
----------
- Fix deprecation warnings with redis-rb 4.8.0 [#5484]

View file

@ -23,6 +23,6 @@ Gem::Specification.new do |gem|
}
gem.add_dependency "redis", "<5", ">= 4.5.0"
gem.add_dependency "connection_pool", ">= 2.2.2"
gem.add_dependency "connection_pool", ">= 2.2.5"
gem.add_dependency "rack", "~> 2.0"
end