Skip to content

Commit

Permalink
Upgrade: Bump redis from 5.2.0 to 5.3.0 (#4802)
Browse files Browse the repository at this point in the history
Bumps [redis](https://github.com/redis/redis-rb) from 5.2.0 to 5.3.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.3.0</h1>
<ul>
<li>Fix the return type of <code>hgetall</code> when used inside a
<code>multi</code> transaction which is itself inside a pipeline.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/redis/redis-rb/commit/a1d6f68d44f078659ec21a82dc75b4254aff2b5a"><code>a1d6f68</code></a>
Release 5.3.0</li>
<li><a
href="https://github.com/redis/redis-rb/commit/18642ef3a801ab66328413c9a9d9bbede17ccd8e"><code>18642ef</code></a>
Merge pull request <a
href="https://redirect.github.com/redis/redis-rb/issues/1287">#1287</a>
from junyuanz1/junyuanz/fix-uninitialized-constant-e...</li>
<li><a
href="https://github.com/redis/redis-rb/commit/579263c6b06c09027367f82bdeaa64583c5d166b"><code>579263c</code></a>
Fix <code>uninitialized constant Redis::Error</code> error</li>
<li><a
href="https://github.com/redis/redis-rb/commit/433ec69c563f1b51dead336fc81f1fb70a8297af"><code>433ec69</code></a>
Merge pull request <a
href="https://redirect.github.com/redis/redis-rb/issues/1281">#1281</a>
from jjb/patch-1</li>
<li><a
href="https://github.com/redis/redis-rb/commit/6a8d165b87bb6a8d4c022cbbc4ed2e9163a09e30"><code>6a8d165</code></a>
Merge pull request <a
href="https://redirect.github.com/redis/redis-rb/issues/1283">#1283</a>
from supercaracal/fix-cluster-client-delay-loading-f...</li>
<li><a
href="https://github.com/redis/redis-rb/commit/8611b68272324341a8ca87b3afad2c3592c819e2"><code>8611b68</code></a>
Fix a memoization bug for cluster client</li>
<li><a
href="https://github.com/redis/redis-rb/commit/3a14135bafcbeeee124a78ae60055627fbfbd619"><code>3a14135</code></a>
note default timeout in readme</li>
<li><a
href="https://github.com/redis/redis-rb/commit/13f324667841d5a923e90aa9fc6a7a540a6ecc96"><code>13f3246</code></a>
Merge pull request <a
href="https://redirect.github.com/redis/redis-rb/issues/1278">#1278</a>
from supercaracal/fix-a-test-case-for-cluster</li>
<li><a
href="https://github.com/redis/redis-rb/commit/52cae8a0a28d67669a5fa4ac1898384a2cc328e6"><code>52cae8a</code></a>
Fix several test cases for the cluster client</li>
<li><a
href="https://github.com/redis/redis-rb/commit/15c8c929e4caf68e510b9c7918c1f87cc5bd2510"><code>15c8c92</code></a>
Merge pull request <a
href="https://redirect.github.com/redis/redis-rb/issues/1275">#1275</a>
from supercaracal/fix-cluster-test</li>
<li>Additional commits viewable in <a
href="https://github.com/redis/redis-rb/compare/v5.2.0...v5.3.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.2.0&new-version=5.3.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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 15, 2024
1 parent 2110ab1 commit 1ae2b9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ gem 'propshaft', '~> 0.9'
gem 'public_activity', '~> 3.0'
gem 'puma', '~> 6.4'
gem 'rack-attack', '~> 6.7'
gem 'redis', '~> 5.2'
gem 'redis', '~> 5.3'
gem 'rqrcode', '~> 2.2'
gem 'ruby-progressbar', '~> 1.13'
gem 'scenic', '~> 1.8'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ GEM
rdoc (6.7.0)
psych (>= 4.0.0)
redcarpet (3.6.0)
redis (5.2.0)
redis (5.3.0)
redis-client (>= 0.22.0)
redis-client (0.22.2)
connection_pool
Expand Down Expand Up @@ -639,7 +639,7 @@ DEPENDENCIES
rack-attack (~> 6.7)
rack-mini-profiler
rails (= 7.1.3.4)
redis (~> 5.2)
redis (~> 5.3)
rqrcode (~> 2.2)
rspec-rails (~> 6.1)
rspec-retry (~> 0.6)
Expand Down

0 comments on commit 1ae2b9b

Please sign in to comment.