mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
changes, release
This commit is contained in:
parent
b666a6d67f
commit
fee07b40d3
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
[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]
|
- Fix deprecation warnings with redis-rb 4.8.0 [#5484]
|
||||||
|
|
|
@ -23,6 +23,6 @@ Gem::Specification.new do |gem|
|
||||||
}
|
}
|
||||||
|
|
||||||
gem.add_dependency "redis", "<5", ">= 4.5.0"
|
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"
|
gem.add_dependency "rack", "~> 2.0"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue