From c5f9c22e61fd592f31ce7bfa318631a77a6cb1ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 09:36:25 +0000 Subject: [PATCH] build(deps): 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 | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 782804be..e98841f9 100644 --- a/Gemfile +++ b/Gemfile @@ -76,4 +76,4 @@ gem "bcrypt", "3.1.21" gem "sidekiq-cron", "~> 2.4" -gem "redis", "~> 5.4" +gem "redis", "~> 6.0" diff --git a/Gemfile.lock b/Gemfile.lock index d88c1f6c..7ac14fcf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -402,9 +402,9 @@ GEM erb psych (>= 4.0.0) tsort - redis (5.4.1) - redis-client (>= 0.22.0) - redis-client (0.29.0) + redis (6.0.0) + redis-client (= 0.30.1) + redis-client (0.30.1) connection_pool regexp_parser (2.12.0) reline (0.6.3) @@ -597,7 +597,7 @@ DEPENDENCIES rack-cors (~> 3.0) rails (~> 7.2.3) rails-controller-testing (~> 1.0) - redis (~> 5.4) + redis (~> 6.0) rest-client (~> 2.1) rqrcode (~> 3.2) rspec-rails (~> 8.0)