From 92a52e63c745e3ae4cb32bffc1b0b9d6441c26fd Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Sat, 10 Feb 2024 08:45:33 +0000 Subject: [PATCH] Update redis to version 5.1.0 --- Gemfile | 2 +- Gemfile.lock | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index e13ce54..773097d 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.1' # Use Active Model has_secure_password # gem 'bcrypt', '~> 3.1.7' diff --git a/Gemfile.lock b/Gemfile.lock index 5ea87fd..f42f50f 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.1.0) + 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.1) rexml sass-rails (>= 6) selenium-webdriver