From 9c1978e6e4f36622ffe2fe77ae13af8cdf7d52ea Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 12:50:30 +0000 Subject: [PATCH] Update redis to version 5.0.8 --- Gemfile | 2 +- Gemfile.lock | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index e13ce54..246e264 100644 --- a/Gemfile +++ b/Gemfile @@ -18,7 +18,7 @@ gem 'webpacker', '~> 5.4' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder gem 'jbuilder', '~> 2.7' # Use Redis adapter to run Action Cable in production -gem 'redis', '~> 4.4' +gem 'redis', '~> 5.0' # Use Active Model has_secure_password # gem 'bcrypt', '~> 3.1.7' diff --git a/Gemfile.lock b/Gemfile.lock index 810d436..04ef7d1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -222,7 +222,10 @@ GEM ffi (~> 1.0) rdoc (6.6.2) psych (>= 4.0.0) - redis (4.6.0) + redis (5.0.8) + redis-client (>= 0.17.0) + redis-client (0.19.1) + connection_pool regexp_parser (2.2.1) reline (0.4.1) io-console (~> 0.5) @@ -302,7 +305,7 @@ DEPENDENCIES rack-mini-profiler (~> 2.3) rack_authorised_proxy rails (~> 7.1.2) - redis (~> 4.4) + redis (~> 5.0) rexml sass-rails (>= 6) selenium-webdriver