From 06d79fb5fa95a26e6f4741cfc0cfd6a73bf31c81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 11:08:39 +0000 Subject: [PATCH] build(deps): bump redis-client from 0.28.0 to 0.29.0 Bumps [redis-client](https://github.com/redis-rb/redis-client) from 0.28.0 to 0.29.0. - [Changelog](https://github.com/redis-rb/redis-client/blob/master/CHANGELOG.md) - [Commits](https://github.com/redis-rb/redis-client/compare/v0.28.0...v0.29.0) --- updated-dependencies: - dependency-name: redis-client dependency-version: 0.29.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 3a39416421..e9adda0bf9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -408,7 +408,7 @@ GEM tsort redis (5.4.1) redis-client (>= 0.22.0) - redis-client (0.28.0) + redis-client (0.29.0) connection_pool regexp_parser (2.12.0) reline (0.6.3)