From f1503b5d86b8eab7ed82286af97b9826e6e73b18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 10:16:13 +0000 Subject: [PATCH] chore(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 d8664fe..55ffcf6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -103,7 +103,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) @@ -143,8 +143,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) @@ -286,7 +286,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)