From d723f2d8cb04046b1f34a933ab128bdf3c22aceb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Mar 2025 12:55:20 +0000 Subject: [PATCH] Bump redis from 5.3.0 to 5.4.0 Bumps [redis](https://github.com/redis/redis-rb) from 5.3.0 to 5.4.0. - [Changelog](https://github.com/redis/redis-rb/blob/master/CHANGELOG.md) - [Commits](https://github.com/redis/redis-rb/compare/v5.3.0...v5.4.0) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index adff6149..b21a97f8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -303,9 +303,9 @@ GEM rake (13.2.1) rdoc (6.12.0) psych (>= 4.0.0) - redis (5.3.0) + redis (5.4.0) redis-client (>= 0.22.0) - redis-client (0.23.2) + redis-client (0.24.0) connection_pool regexp_parser (2.10.0) reline (0.6.0)