From 254a6f25e6cc254ad39f0112b21f95c6f32868fb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 11:28:45 +0000 Subject: [PATCH] chore(deps): update dependency redis to v6 --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 7453c7c6e..02baeea0a 100644 --- a/Gemfile +++ b/Gemfile @@ -31,7 +31,7 @@ gem 'pundit', '~> 2.5.2' gem 'rack-attack', '~> 6.8.0' gem 'rails', '~> 7.2.3' gem 'rails-i18n', '~> 7.0.10' -gem 'redis', '~> 5.4', '>= 5.4.1' +gem 'redis', '~> 6.0' gem 'rest-client', '~> 2.1.0' gem 'rqrcode', '~> 3.2' gem 'sentry-rails', '~> 6.3' diff --git a/Gemfile.lock b/Gemfile.lock index 1ad6d4f90..3a143a1cc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -119,7 +119,7 @@ GEM coderay (1.1.3) colorize (1.1.0) concurrent-ruby (1.3.8) - connection_pool (2.5.5) + connection_pool (3.0.2) crass (1.0.7) cssbundling-rails (1.4.3) railties (>= 6.0.0) @@ -431,9 +431,9 @@ GEM erb psych (>= 4.0.0) tsort - redis (5.4.1) - redis-client (>= 0.22.0) - redis-client (0.26.4) + redis (6.0.0) + redis-client (= 0.30.1) + redis-client (0.30.1) connection_pool regexp_parser (2.11.3) reline (0.6.3) @@ -657,7 +657,7 @@ DEPENDENCIES rails-controller-testing (~> 1.0.5) rails-i18n (~> 7.0.10) rb-readline (~> 0.5.5) - redis (~> 5.4, >= 5.4.1) + redis (~> 6.0) rest-client (~> 2.1.0) rqrcode (~> 3.2) rspec-rails (~> 8.0.2)