From 55bc123b5d957c059c4ea1b628c5d8d71a281d7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Sep 2022 05:27:44 +0000 Subject: [PATCH] Bump redis from 5.0.2 to 5.0.3 Bumps [redis](https://github.com/redis/redis-rb) from 5.0.2 to 5.0.3. - [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.2...v5.0.3) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production 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 1e186de..458bde9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -188,9 +188,9 @@ GEM zeitwerk (~> 2.5) rainbow (3.1.1) rake (13.0.6) - redis (5.0.2) - redis-client (~> 0.7) - redis-client (0.7.1) + redis (5.0.3) + redis-client (>= 0.7.4) + redis-client (0.7.4) connection_pool regexp_parser (2.5.0) reline (0.3.1)