From 248dabb09d92c94e07c4deb3debd3bca597608d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 04:19:47 +0000 Subject: [PATCH] Bump redis-client from 0.22.0 to 0.22.1 Bumps [redis-client](https://github.com/redis-rb/redis-client) from 0.22.0 to 0.22.1. - [Changelog](https://github.com/redis-rb/redis-client/blob/master/CHANGELOG.md) - [Commits](https://github.com/redis-rb/redis-client/compare/v0.22.0...v0.22.1) --- updated-dependencies: - dependency-name: redis-client dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 57c6230..f560b90 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -254,7 +254,7 @@ GEM psych (>= 4.0.0) redis (5.2.0) redis-client (>= 0.22.0) - redis-client (0.22.0) + redis-client (0.22.1) connection_pool reline (0.5.1) io-console (~> 0.5)