From 0b760fa14c8be8fac94c4444f689de98d43d0876 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 22:11:53 +0000 Subject: [PATCH] Bump hiredis-client from 0.26.1 to 0.26.4 Bumps [hiredis-client](https://github.com/redis-rb/redis-client) from 0.26.1 to 0.26.4. - [Changelog](https://github.com/redis-rb/redis-client/blob/master/CHANGELOG.md) - [Commits](https://github.com/redis-rb/redis-client/compare/v0.26.1...v0.26.4) --- updated-dependencies: - dependency-name: hiredis-client dependency-version: 0.26.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index af0bd1c8c..a4f9544f2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -41,7 +41,7 @@ GEM byebug (12.0.0) coderay (1.1.3) concurrent-ruby (1.3.5) - connection_pool (3.0.1) + connection_pool (3.0.2) date (3.4.1) debug (1.11.0) irb (~> 1.10) @@ -75,8 +75,8 @@ GEM google-protobuf (>= 3.25, < 5.0) googleapis-common-protos-types (~> 1.0) hiredis (0.6.3) - hiredis-client (0.26.1) - redis-client (= 0.26.1) + hiredis-client (0.26.4) + redis-client (= 0.26.4) i18n (1.14.7) concurrent-ruby (~> 1.0) io-console (0.8.0) @@ -127,7 +127,7 @@ GEM psych (>= 4.0.0) redis (5.4.1) redis-client (>= 0.22.0) - redis-client (0.26.1) + redis-client (0.26.4) connection_pool regexp_parser (2.11.3) reline (0.6.1)