From 213ffca3f0f787bd53e28d765ff2654f5e3d4b47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 10:38:17 +0000 Subject: [PATCH] Bump redis from 5.0.8 to 5.1.0 Bumps [redis](https://github.com/redis/redis-rb) from 5.0.8 to 5.1.0. - [Changelog](https://github.com/redis/redis-rb/blob/master/CHANGELOG.md) - [Commits](https://github.com/redis/redis-rb/compare/v5.0.8...v5.1.0) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 10a49ff..1e99ce9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -150,9 +150,9 @@ GEM rdf-xsd (3.2.1) rdf (~> 3.2) rexml (~> 3.2) - redis (5.0.8) + redis (5.1.0) redis-client (>= 0.17.0) - redis-client (0.17.1) + redis-client (0.19.1) connection_pool regexp_parser (2.8.2) rest-client (2.1.0)