From eeb3f1779c03f694031b29d294dd0f4d94ef2b46 Mon Sep 17 00:00:00 2001 From: Martin Gruner Date: Thu, 3 Feb 2022 04:35:55 +0100 Subject: [PATCH] Maintenance: Bump redis from 4.5.1 to 4.6.0 Bumps [redis](https://github.com/redis/redis-rb) from 4.5.1 to 4.6.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.5.1...v4.6.0) --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index bd0dcd9bd..406fcab79 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -474,7 +474,7 @@ GEM rb-inotify (0.10.1) ffi (~> 1.0) rchardet (1.8.0) - redis (4.5.1) + redis (4.6.0) regexp_parser (2.2.0) rest-client (2.1.0) http-accept (>= 1.7.0, < 2.0)