From 3d26cf127b5b03aaa54c7f1db9f47ffc05e8c7d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 12:33:19 +0000 Subject: [PATCH] chore(deps): bump redis from 5.0.8 to 5.2.0 Bumps [redis](https://github.com/redis/redis-rb) from 5.0.8 to 5.2.0. - [Changelog](https://github.com/redis/redis-rb/blob/master/CHANGELOG.md) - [Commits](https://github.com/redis/redis-rb/compare/v5.0.8...v5.2.0) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index ecc84bf..4ac7324 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -299,9 +299,9 @@ GEM rbs (2.8.4) rdoc (6.6.2) psych (>= 4.0.0) - redis (5.0.8) - redis-client (>= 0.17.0) - redis-client (0.19.1) + redis (5.2.0) + redis-client (>= 0.22.0) + redis-client (0.22.0) connection_pool regexp_parser (2.9.0) reline (0.4.3)