From 6c9db5e671b67e9b87c5a7f038ab43cda61dec36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 12:16:53 +0000 Subject: [PATCH] build(deps): bump hiredis-client from 0.25.0 to 0.26.1 Bumps [hiredis-client](https://github.com/redis-rb/redis-client) from 0.25.0 to 0.26.1. - [Changelog](https://github.com/redis-rb/redis-client/blob/master/CHANGELOG.md) - [Commits](https://github.com/redis-rb/redis-client/compare/v0.25.0...v0.26.1) --- updated-dependencies: - dependency-name: hiredis-client dependency-version: 0.26.1 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 09a4163..70a7ab5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -114,7 +114,7 @@ GEM racc builder (3.3.0) concurrent-ruby (1.3.5) - connection_pool (2.5.3) + connection_pool (2.5.4) crass (1.0.6) csv (3.3.4) date (3.4.1) @@ -162,8 +162,8 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) hiredis (0.6.3) - hiredis-client (0.25.0) - redis-client (= 0.25.0) + hiredis-client (0.26.1) + redis-client (= 0.26.1) i18n (1.14.7) concurrent-ruby (~> 1.0) importmap-rails (2.1.0) @@ -323,7 +323,7 @@ GEM psych (>= 4.0.0) redis (5.4.0) redis-client (>= 0.22.0) - redis-client (0.25.0) + redis-client (0.26.1) connection_pool regexp_parser (2.10.0) reline (0.6.1)