From d2b4d994de77e21a06aa3037dfdb4fcb94a7bbc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 10:19:05 +0000 Subject: [PATCH] Bump redis-client from 0.20.0 to 0.21.0 Bumps [redis-client](https://github.com/redis-rb/redis-client) from 0.20.0 to 0.21.0. - [Changelog](https://github.com/redis-rb/redis-client/blob/master/CHANGELOG.md) - [Commits](https://github.com/redis-rb/redis-client/compare/v0.20.0...v0.21.0) --- updated-dependencies: - dependency-name: redis-client 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 1f7828c..592f87b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -238,7 +238,7 @@ GEM rake (13.1.0) rdoc (6.6.2) psych (>= 4.0.0) - redis-client (0.20.0) + redis-client (0.21.0) connection_pool reline (0.4.3) io-console (~> 0.5)