From c4963e1cf35e65da4779ab7ab613eb620271f7e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Jul 2022 05:27:58 +0000 Subject: [PATCH] Bump redis from 4.7.0 to 4.7.1 Bumps [redis](https://github.com/redis/redis-rb) from 4.7.0 to 4.7.1. - [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/v4.7.0...v4.7.1) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 07ff081..8a9c86e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -187,7 +187,7 @@ GEM zeitwerk (~> 2.5) rainbow (3.1.1) rake (13.0.6) - redis (4.7.0) + redis (4.7.1) regexp_parser (2.5.0) reline (0.3.1) io-console (~> 0.5)