Skip to content

Commit 5ade9f9

Browse files
authored
Build(deps): Bump redis from 5.3.0 to 5.4.0 (#772)
Bumps [redis](https://github.com/redis/redis-rb) from 5.3.0 to 5.4.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/redis/redis-rb/blob/master/CHANGELOG.md">redis's changelog</a>.</em></p> <blockquote> <h1>5.4.0</h1> <ul> <li>Fix <code>blmpop</code> method to actually use <code>BLMPOP</code>, it was mistakenly issuing <code>LMPOP</code> commands.</li> <li><code>xadd</code> now accepts a <code>minid:</code> argument.</li> <li><code>zrank</code> and <code>zrevrank</code> now accepts <code>with_score:</code> argument.</li> <li><code>Redis#call</code> now accept a block, allowing to use <code>Redis</code> instances where <code>RedisClient</code> is expected.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/redis/redis-rb/commit/082d19800505c949294ce9dc6b91be9b9e539aed"><code>082d198</code></a> Release 5.4.0</li> <li><a href="https://github.com/redis/redis-rb/commit/00f7a9f60f05b903c556b6f19b11a5fa12b2256e"><code>00f7a9f</code></a> Merge pull request <a href="https://redirect.github.com/redis/redis-rb/issues/1310">#1310</a> from redis/fix-blmpop</li> <li><a href="https://github.com/redis/redis-rb/commit/b2a2ddf08aa0dcda3c56cd68d59f2304c78cfc96"><code>b2a2ddf</code></a> Fix Redis#blmpop to actually send BLMPOP</li> <li><a href="https://github.com/redis/redis-rb/commit/2a4544c05e5913446b9b924135514b008d876b80"><code>2a4544c</code></a> Merge pull request <a href="https://redirect.github.com/redis/redis-rb/issues/1309">#1309</a> from willbryant/xadd_minid</li> <li><a href="https://github.com/redis/redis-rb/commit/4eb23d7c57ad8dfc84744cae085db6e31f8117e2"><code>4eb23d7</code></a> Support the MINID option for XADD</li> <li><a href="https://github.com/redis/redis-rb/commit/55725a24b3945eb0b6bb558b6bc42a4c66229e14"><code>55725a2</code></a> Fix rubocop on newer rubies</li> <li><a href="https://github.com/redis/redis-rb/commit/b6fd17b28be94cb497d76c9394676d8317e941d5"><code>b6fd17b</code></a> Merge pull request <a href="https://redirect.github.com/redis/redis-rb/issues/1307">#1307</a> from ozennou/patch-1</li> <li><a href="https://github.com/redis/redis-rb/commit/d1ddf7c3b7a4fe9a3557a017e99358ba93b4adbc"><code>d1ddf7c</code></a> Update CI configuration</li> <li><a href="https://github.com/redis/redis-rb/commit/3669beb9d30e690cfc228053ea6115b49cd98bd6"><code>3669beb</code></a> Merge pull request <a href="https://redirect.github.com/redis/redis-rb/issues/1300">#1300</a> from Hugo-Hache/hh/zrevrank-withscore</li> <li><a href="https://github.com/redis/redis-rb/commit/fb709081368d76202a7cc113c7ae20536e159faa"><code>fb70908</code></a> Add :with_score option to zrank and zrevrank</li> <li>Additional commits viewable in <a href="https://github.com/redis/redis-rb/compare/v5.3.0...v5.4.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=redis&package-manager=bundler&previous-version=5.3.0&new-version=5.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
2 parents 4a92a67 + 75b8434 commit 5ade9f9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ gem 'rack-protection'
3030
gem 'rails', '~> 7.1.3'
3131

3232
# Redis for ActionCable and background jobs
33-
gem 'redis', '~> 5.3'
33+
gem 'redis', '~> 5.4'
3434

3535
gem 'rswag'
3636

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ GEM
533533
optimist (>= 3.0.0)
534534
rdoc (6.12.0)
535535
psych (>= 4.0.0)
536-
redis (5.3.0)
536+
redis (5.4.0)
537537
redis-client (>= 0.22.0)
538538
redis-client (0.23.2)
539539
connection_pool
@@ -764,7 +764,7 @@ DEPENDENCIES
764764
rails (~> 7.1.3)
765765
rb-readline
766766
rbtrace
767-
redis (~> 5.3)
767+
redis (~> 5.4)
768768
rspec
769769
rspec-rails
770770
rswag

0 commit comments

Comments
 (0)