From c9023ef72ea47d76c0256bba38327fbc20b2f81f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Aug 2022 12:24:42 +0200 Subject: [PATCH] Bump redis from 4.7.1 to 4.8.0 (#377) Bumps [redis](https://github.com/redis/redis-rb) from 4.7.1 to 4.8.0. - [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.1...v4.8.0) --- updated-dependencies: - dependency-name: redis dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 27b1b081..d395f443 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -57,7 +57,7 @@ GEM rake (13.0.6) rake-compiler (1.2.0) rake - redis (4.7.1) + redis (4.8.0) redis-client (0.5.1) connection_pool regexp_parser (2.5.0)