From 67ae3b2f4593b4fbc3cf2040fac0b541fbee23eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 10:18:51 +0000 Subject: [PATCH] build(deps): bump hiredis-client from 0.25.0 to 0.25.3 Bumps [hiredis-client](https://github.com/redis-rb/redis-client) from 0.25.0 to 0.25.3. - [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.25.3) --- updated-dependencies: - dependency-name: hiredis-client dependency-version: 0.25.3 dependency-type: direct:production 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 09a4163..444f290 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.25.3) + redis-client (= 0.25.3) 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.25.3) connection_pool regexp_parser (2.10.0) reline (0.6.1)