From 951d0b575cb1a5edc4f4e8771d59f5aa24599272 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 08:05:29 +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 | 13 ++++++++----- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 5ced7b1..58e5a87 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem 'json', '~> 2.7' gem 'mail', '~> 2.9' gem 'mime-types', '~> 3.7' gem 'nokogiri', '~> 1.13' -gem 'redis', '~> 4.8' +gem 'redis', '~> 5.4' gem 'redis-namespace', '~> 1.11' gem 'rest-client', '~> 2.1' gem 'ruby-filemagic', '~> 0.7.3' diff --git a/Gemfile.lock b/Gemfile.lock index 071c2c5..6935092 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -67,7 +67,10 @@ GEM rack (>= 1.3) raindrops (0.20.1) rake (13.3.1) - redis (4.8.1) + redis (5.4.1) + redis-client (>= 0.22.0) + redis-client (0.26.3) + connection_pool redis-namespace (1.11.0) redis (>= 4) rest-client (2.1.0) @@ -90,10 +93,10 @@ GEM rspec-support (3.13.6) ruby-filemagic (0.7.3) ruby2_keywords (0.0.5) - sidekiq (6.5.12) - connection_pool (>= 2.2.5, < 3) + sidekiq (6.5.5) + connection_pool (>= 2.2.2) rack (~> 2.0) - redis (>= 4.5.0, < 5) + redis (>= 4.5.0) sidekiq-cron (1.9.1) fugit (~> 1.8) sidekiq (>= 4.2.1) @@ -139,7 +142,7 @@ DEPENDENCIES nokogiri (~> 1.13) rack-test rake - redis (~> 4.8) + redis (~> 5.4) redis-namespace (~> 1.11) rest-client (~> 2.1) rspec