From 0f65a87b788364cc19c9a7eba2d099a3774f3ec9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Aug 2022 13:03:38 +0000 Subject: [PATCH] Bump redis from 4.7.1 to 4.8.0 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:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 82f27b9..96b735e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -111,7 +111,7 @@ GEM rack (>= 1.3) rainbow (3.1.1) rake (13.0.6) - redis (4.7.1) + redis (4.8.0) regexp_parser (2.5.0) rexml (3.2.5) rspec (3.11.0)