From c7ca932cad455603a4c0527359f35248dca11f6a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 11:40:16 +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 ff322343..00fa62c3 100644 --- a/Gemfile +++ b/Gemfile @@ -32,7 +32,7 @@ gem 'rack-attack', '~> 6.7' gem 'rack-cors', '~> 3.0', require: 'rack/cors' gem 'rails', '~> 7.2.2', '>= 7.2.2.1' gem 'rails-i18n', '~> 7.0', '>= 7.0.10' -gem 'redis', '~> 5.4', '>= 5.4.1' +gem 'redis', '~> 6.0' gem 'roo', '~> 2.10', '>= 2.10.1' gem 'ruby-filemagic', '~> 0.7', '>= 0.7.3' gem 'rubyzip', '~> 2.4', '>= 2.4.1' diff --git a/Gemfile.lock b/Gemfile.lock index a790f37a..81e4ca6f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -120,7 +120,7 @@ GEM coderay (1.1.3) colorize (1.1.0) concurrent-ruby (1.3.5) - connection_pool (2.5.3) + connection_pool (3.0.2) consistency_fail (0.3.7) counter_culture (3.11.3) activerecord (>= 4.2) @@ -387,9 +387,9 @@ GEM rb-readline (0.5.5) rdoc (6.13.1) psych (>= 4.0.0) - redis (5.4.1) - redis-client (>= 0.22.0) - redis-client (0.24.0) + redis (6.0.0) + redis-client (= 0.30.1) + redis-client (0.30.1) connection_pool regexp_parser (2.10.0) reline (0.6.1) @@ -620,7 +620,7 @@ DEPENDENCIES rails (~> 7.2.2, >= 7.2.2.1) rails-i18n (~> 7.0, >= 7.0.10) rb-readline (~> 0.5, >= 0.5.5) - redis (~> 5.4, >= 5.4.1) + redis (~> 6.0) roo (~> 2.10, >= 2.10.1) rspec-rails (~> 8.0, >= 8.0.2) rubocop (~> 1.79, >= 1.79.2)