From b93c1d9f445b0dfb1e3ce02be5ab67d5bd619117 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 11:56:09 -0400 Subject: [PATCH] Bump redis from 5.0.7 to 5.0.8 (#79) 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: direct:production update-type: version-update:semver-patch ... 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 dda0e58..5d266ea 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -213,9 +213,9 @@ GEM zeitwerk (~> 2.5) rainbow (3.1.1) rake (13.0.6) - 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.2) reline (0.3.7)