From 396297178c5cb685e22dbcc0ca072e8d9df9f83c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 11:11:08 +0000 Subject: [PATCH] build(deps): bump redis-client from 0.26.4 to 0.27.0 Bumps [redis-client](https://github.com/redis-rb/redis-client) from 0.26.4 to 0.27.0. - [Changelog](https://github.com/redis-rb/redis-client/blob/master/CHANGELOG.md) - [Commits](https://github.com/redis-rb/redis-client/compare/v0.26.4...v0.27.0) --- updated-dependencies: - dependency-name: redis-client dependency-version: 0.27.0 dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 98a0681a6f..bf2899d6db 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -424,7 +424,7 @@ GEM tsort redis (5.4.1) redis-client (>= 0.22.0) - redis-client (0.26.4) + redis-client (0.27.0) connection_pool regexp_parser (2.11.3) reline (0.6.3)