From 1619581930c0e4815774eff7dc76afff80bef385 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jan 2023 05:03:44 +0000 Subject: [PATCH] Bump redis from 5.0.5 to 5.0.6 Bumps [redis](https://github.com/redis/redis-rb) from 5.0.5 to 5.0.6. - [Release notes](https://github.com/redis/redis-rb/releases) - [Changelog](https://github.com/redis/redis-rb/blob/master/CHANGELOG.md) - [Commits](https://github.com/redis/redis-rb/compare/v5.0.5...v5.0.6) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 3fc45f5..f5e6463 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -185,9 +185,9 @@ GEM zeitwerk (~> 2.5) rainbow (3.1.1) rake (13.0.6) - redis (5.0.5) + redis (5.0.6) redis-client (>= 0.9.0) - redis-client (0.11.2) + redis-client (0.12.1) connection_pool regexp_parser (2.6.1) reline (0.3.2)