From 9d710652d4c3c6515bc15b5091d2bcb2b60152ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 09:25:08 +0000 Subject: [PATCH] chore(deps): bump redis from 4.8.1 to 5.0.8 Bumps [redis](https://github.com/redis/redis-rb) from 4.8.1 to 5.0.8. - [Changelog](https://github.com/redis/redis-rb/blob/master/CHANGELOG.md) - [Commits](https://github.com/redis/redis-rb/compare/v4.8.1...v5.0.8) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 947b83d6b1..00401c7e9b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -571,7 +571,8 @@ GEM rdoc (6.6.2) psych (>= 4.0.0) redcarpet (3.6.0) - redis (4.8.1) + redis (5.0.8) + redis-client (>= 0.17.0) redis-client (0.19.1) connection_pool regexp_parser (2.8.3)