From c4a514230ef08cfb63fbc76baf8f034ca28e8514 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 09:03:36 -0400 Subject: [PATCH] Bump redis from 5.0.7 to 5.0.8 (#265) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index c6d86738..2f2e7692 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -331,9 +331,9 @@ GEM rake (13.0.6) rdoc (6.5.0) psych (>= 4.0.0) - redis (5.0.7) - redis-client (>= 0.9.0) - redis-client (0.17.0) + redis (5.0.8) + redis-client (>= 0.17.0) + redis-client (0.17.1) connection_pool regexp_parser (2.8.1) reline (0.3.9)