From 55cce01aa1f8011e5497b184dd9fac845b323dad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 18:22:35 +0000 Subject: [PATCH] Bump redis from 5.4.1 to 6.0.0 Bumps [redis](https://github.com/redis/redis-rb) from 5.4.1 to 6.0.0. - [Release notes](https://github.com/redis/redis-rb/releases) - [Changelog](https://github.com/redis/redis-rb/blob/master/CHANGELOG.md) - [Commits](https://github.com/redis/redis-rb/compare/v5.4.1...v6.0.0) --- updated-dependencies: - dependency-name: redis dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index ddd295c..4868164 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -119,9 +119,9 @@ GEM erb psych (>= 4.0.0) tsort - redis (5.4.1) - redis-client (>= 0.22.0) - redis-client (0.26.1) + redis (6.0.0) + redis-client (= 0.30.1) + redis-client (0.30.1) connection_pool regexp_parser (2.11.3) reline (0.6.3)