From acdcdb798586d3afbcfbcb6c0f0ccf5ed4afc16b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2025 00:47:56 +0000 Subject: [PATCH] Bump redis from 5.0.6 to 5.4.0 Bumps [redis](https://github.com/redis/redis-rb) from 5.0.6 to 5.4.0. - [Changelog](https://github.com/redis/redis-rb/blob/master/CHANGELOG.md) - [Commits](https://github.com/redis/redis-rb/compare/v5.0.6...v5.4.0) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index c223de60..fbb117ce 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -20,7 +20,7 @@ GEM minitest (>= 5.1) tzinfo (~> 2.0) concurrent-ruby (1.2.2) - connection_pool (2.4.1) + connection_pool (2.5.0) diff-lcs (1.5.0) i18n (1.13.0) concurrent-ruby (~> 1.0) @@ -39,9 +39,9 @@ GEM rack rack-test (2.1.0) rack (>= 1.3) - redis (5.0.6) - redis-client (>= 0.9.0) - redis-client (0.14.1) + redis (5.4.0) + redis-client (>= 0.22.0) + redis-client (0.23.2) connection_pool rspec (3.12.0) rspec-core (~> 3.12.0)