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

Add missing 5.2.10 changes

This commit is contained in:
Mike Perham 2022-03-31 08:12:01 -07:00
parent c1b8eba18f
commit 213977c460

View file

@ -334,6 +334,13 @@ See the [Logging wiki page](https://github.com/mperham/sidekiq/wiki/Logging) for
- Integrate the StandardRB code formatter to ensure consistent code
styling. [#4114, gearnode]
5.2.10
---------
- Backport fix for CVE-2022-23837.
- Migrate to `exists?` for redis-rb.
- Lock redis-rb to <4.6 to avoid deprecations.
5.2.9
---------