From 43b3673e2e5263dcf1091c9efde904b9f9894d83 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 14 Aug 2023 23:11:42 +0000
Subject: [PATCH] Bump redis from 4.8.0 to 5.0.7

Bumps [redis](https://github.com/redis/redis-rb) from 4.8.0 to 5.0.7.
- [Changelog](https://github.com/redis/redis-rb/blob/master/CHANGELOG.md)
- [Commits](https://github.com/redis/redis-rb/compare/v4.8.0...v5.0.7)

---
updated-dependencies:
- dependency-name: redis
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 Gemfile      | 2 +-
 Gemfile.lock | 7 +++++--
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/Gemfile b/Gemfile
index 2ca8559..54068af 100644
--- a/Gemfile
+++ b/Gemfile
@@ -27,7 +27,7 @@ gem 'webpacker', '5.4.3'
 
 
 # Use Redis adapter to run Action Cable in production
-gem 'redis', '~> 4.6'
+gem 'redis', '~> 5.0'
 # Use ActiveModel has_secure_password
 gem 'bcrypt', '~> 3.1.17'
 
diff --git a/Gemfile.lock b/Gemfile.lock
index d6dec23..7bf135d 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -224,7 +224,10 @@ GEM
       execjs
       railties (>= 3.2)
       tilt
-    redis (4.8.0)
+    redis (5.0.7)
+      redis-client (>= 0.9.0)
+    redis-client (0.15.0)
+      connection_pool
     regexp_parser (2.6.1)
     rest-client (2.1.0)
       http-accept (>= 1.7.0, < 2.0)
@@ -338,7 +341,7 @@ DEPENDENCIES
   rails (= 5.2.6.2)
   rails-controller-testing
   react-rails (= 2.6.2)
-  redis (~> 4.6)
+  redis (~> 5.0)
   rspec-rails
   sassc-rails (~> 2.1.2)
   selenium-webdriver