From 2174ea8e857e197270462e3f9246928b5a6ca65c Mon Sep 17 00:00:00 2001 From: Martin Gruner Date: Mon, 18 Oct 2021 03:05:30 +0200 Subject: [PATCH] Maintenance: Bump redis from 4.4.0 to 4.5.1 Bumps [redis](https://github.com/redis/redis-rb) from 4.4.0 to 4.5.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.4.0...v4.5.1) --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index bb2c8c38d..c9c8f6a16 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -472,7 +472,7 @@ GEM rb-inotify (0.10.1) ffi (~> 1.0) rchardet (1.8.0) - redis (4.4.0) + redis (4.5.1) regexp_parser (2.1.1) rest-client (2.1.0) http-accept (>= 1.7.0, < 2.0)