From a68a1143342f110fc128c83eb7bcbe8bc738a422 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 15:34:01 +0000 Subject: [PATCH] build(deps): bump hiredis-client from 0.25.0 to 0.25.2 Bumps [hiredis-client](https://github.com/redis-rb/redis-client) from 0.25.0 to 0.25.2. - [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.2) --- updated-dependencies: - dependency-name: hiredis-client dependency-version: 0.25.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 09a4163..96a32ef 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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.2) + redis-client (= 0.25.2) 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.2) connection_pool regexp_parser (2.10.0) reline (0.6.1)