From aa70a835fb531d84f21659a685f8e6d1c868f18b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 04:13:46 +0000 Subject: [PATCH] Bump redis from 5.4.1 to 6.0.0 in the dependencies group Bumps the dependencies group with 1 update: [redis](https://github.com/redis/redis-rb). Updates `redis` 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 dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index c9b50c8..4bdcb8c 100644 --- a/Gemfile +++ b/Gemfile @@ -30,7 +30,7 @@ gem "stimulus-rails" gem 'jbuilder', '~> 2.7' # Use Redis adapter to run Action Cable in production -gem 'redis', '~> 5.4' +gem 'redis', '~> 6.0' # Windows does not include zoneinfo files, so bundle the tzinfo-data gem gem "tzinfo-data", platforms: %i[ mingw mswin x64_mingw jruby ] diff --git a/Gemfile.lock b/Gemfile.lock index e8b491e..1f0ff22 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -370,9 +370,9 @@ GEM tsort recaptcha (5.21.2) redcarpet (3.6.1) - redis (5.4.1) - redis-client (>= 0.22.0) - redis-client (0.25.2) + redis (6.0.0) + redis-client (= 0.30.1) + redis-client (0.30.1) connection_pool regexp_parser (2.11.1) reline (0.6.3) @@ -522,7 +522,7 @@ DEPENDENCIES rails_autolink recaptcha redcarpet - redis (~> 5.4) + redis (~> 6.0) rolify rspec-rails rss