From 2bd3bf6675fdfc8aabeccdbc353bf98684714c14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 15:06:52 +0000 Subject: [PATCH] Bump redis-client from 0.17.0 to 0.17.1 Bumps [redis-client](https://github.com/redis-rb/redis-client) from 0.17.0 to 0.17.1. - [Changelog](https://github.com/redis-rb/redis-client/blob/master/CHANGELOG.md) - [Commits](https://github.com/redis-rb/redis-client/compare/v0.17.0...v0.17.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 2f52fb5..eaa74a4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -252,7 +252,7 @@ GEM psych (>= 4.0.0) redis (5.0.7) redis-client (>= 0.9.0) - redis-client (0.17.0) + redis-client (0.17.1) connection_pool reline (0.3.9) io-console (~> 0.5)