From 17fa70004d519f02482cc810608654dcf2ac160f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Dec 2025 17:57:55 +0000 Subject: [PATCH] Bump redis from 4.8.1 to 5.4.1 Bumps [redis](https://github.com/redis/redis-rb) from 4.8.1 to 5.4.1. - [Changelog](https://github.com/redis/redis-rb/blob/master/CHANGELOG.md) - [Commits](https://github.com/redis/redis-rb/compare/v4.8.1...v5.4.1) --- updated-dependencies: - dependency-name: redis dependency-version: 5.4.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 8e65b56..8be86d2 100644 --- a/Gemfile +++ b/Gemfile @@ -40,7 +40,7 @@ gem "rainbow", "~> 3.0" gem 'retriable', '~> 3.1' # Resque/Redis (for queued jobs) -gem 'redis', '~> 4.8' # NOTE: Updating the redis gem to v5 breaks the current redis namespace setup +gem 'redis', '~> 5.4' # NOTE: Updating the redis gem to v5 breaks the current redis namespace setup gem 'redis-namespace', '~> 1.11' gem 'resque', '~> 2.6' diff --git a/Gemfile.lock b/Gemfile.lock index 3eb8fc1..75e4183 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -285,7 +285,10 @@ GEM erb psych (>= 4.0.0) tsort - redis (4.8.1) + redis (5.4.1) + redis-client (>= 0.22.0) + redis-client (0.26.2) + connection_pool redis-namespace (1.11.0) redis (>= 4) regexp_parser (2.11.2) @@ -448,7 +451,7 @@ DEPENDENCIES puma (>= 5.0) rails (~> 8.0.2) rainbow (~> 3.0) - redis (~> 4.8) + redis (~> 5.4) redis-namespace (~> 1.11) resque (~> 2.6) retriable (~> 3.1)