From dbfa0bcf47189a16798232fd751908f741ab70dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Jul 2025 01:48:40 +0000 Subject: [PATCH] Bump redis from 5.4.0 to 5.4.1 Bumps [redis](https://github.com/redis/redis-rb) from 5.4.0 to 5.4.1. - [Changelog](https://github.com/redis/redis-rb/blob/master/CHANGELOG.md) - [Commits](https://github.com/redis/redis-rb/compare/v5.4.0...v5.4.1) --- updated-dependencies: - dependency-name: redis dependency-version: 5.4.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 89ca007..82254b6 100644 --- a/Gemfile +++ b/Gemfile @@ -23,7 +23,7 @@ gem "tzinfo-data", platforms: %i[ windows jruby ] gem "solid_cache" gem "solid_queue" gem "solid_cable" -gem "redis", "~> 5.0" +gem "redis", "~> 5.4" # AWS SDK for Bedrock integration gem "aws-sdk-bedrockruntime", '~> 1.48' diff --git a/Gemfile.lock b/Gemfile.lock index bfa92bc..e806f18 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -248,9 +248,9 @@ GEM rake (13.2.1) rdoc (6.13.1) psych (>= 4.0.0) - redis (5.4.0) + redis (5.4.1) redis-client (>= 0.22.0) - redis-client (0.24.0) + redis-client (0.25.1) connection_pool regexp_parser (2.10.0) reline (0.6.1) @@ -366,7 +366,7 @@ DEPENDENCIES pg (~> 1.1) puma (>= 5.0) rails (~> 8.0.2) - redis (~> 5.0) + redis (~> 5.4) rubocop-rails-omakase solid_cable solid_cache