From 3fb4368bf599099459f6ec8963a2be25a798dcc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 04:53:12 +0000 Subject: [PATCH] Bump redis from 5.0.7 to 5.0.8 Bumps [redis](https://github.com/redis/redis-rb) from 5.0.7 to 5.0.8. - [Changelog](https://github.com/redis/redis-rb/blob/master/CHANGELOG.md) - [Commits](https://github.com/redis/redis-rb/compare/v5.0.7...v5.0.8) --- updated-dependencies: - dependency-name: redis dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index c1c9ad1..e4ea4b6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -252,9 +252,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 reline (0.3.9) io-console (~> 0.5)