From e183a8f90be6b9b319af96d284fbbded3a6593fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 10:58:10 +0300 Subject: [PATCH] Bump redis from 5.0.7 to 5.0.8 (#514) 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index c9c87a9..7b356f3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -49,8 +49,8 @@ GEM racc racc (1.7.1) rainbow (3.1.1) - redis (5.0.7) - redis-client (>= 0.9.0) + redis (5.0.8) + redis-client (>= 0.17.0) redis-client (0.18.0) connection_pool regexp_parser (2.8.2)