From f88ed8db544ea9553d0519572defdd42b587aa7c Mon Sep 17 00:00:00 2001 From: Matt Taylor <3680737+matt-taylor@users.noreply.github.com> Date: Tue, 23 Jul 2024 21:05:44 -0700 Subject: [PATCH] BetterDependabot: update redis --- Gemfile | 2 +- Gemfile.lock | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index ed1d9cf..3de2b9e 100644 --- a/Gemfile +++ b/Gemfile @@ -26,7 +26,7 @@ gem 'jbuilder', '~> 2.5' gem 'devise' # Use Redis adapter to run Action Cable in production -gem 'redis', '~> 4.0' +gem 'redis', '~> 5' # Use ActiveModel has_secure_password # gem 'bcrypt', '~> 3.1.7' diff --git a/Gemfile.lock b/Gemfile.lock index d9ff389..920fa5b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -74,6 +74,7 @@ GEM execjs coffee-script-source (1.12.2) concurrent-ruby (1.1.5) + connection_pool (2.4.1) crass (1.0.4) devise (4.6.1) bcrypt (~> 3.0) @@ -148,7 +149,10 @@ GEM rb-fsevent (0.10.3) rb-inotify (0.10.0) ffi (~> 1.0) - redis (4.1.0) + redis (5.2.0) + redis-client (>= 0.22.0) + redis-client (0.22.2) + connection_pool regexp_parser (1.3.0) responders (2.4.1) actionpack (>= 4.2.0, < 6.0) @@ -220,7 +224,7 @@ DEPENDENCIES mini_magick (~> 4.8) puma (~> 3.11) rails (~> 5.2.2) - redis (~> 4.0) + redis (~> 5) sass-rails (~> 5.0) selenium-webdriver spring