From 1ae34900fab8683254072fcb2ebb1ac34c19f277 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jul 2023 13:36:01 -0700 Subject: [PATCH] build(deps): bump redis from 5.0.5 to 5.0.6 (#3342) Bumps [redis](https://github.com/redis/redis-rb) from 5.0.5 to 5.0.6. - [Changelog](https://github.com/redis/redis-rb/blob/master/CHANGELOG.md) - [Commits](https://github.com/redis/redis-rb/compare/v5.0.5...v5.0.6) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 6b9f9cfc94e..2176baaf835 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -119,7 +119,7 @@ GEM simplecov (<= 0.13) coderay (1.1.3) concurrent-ruby (1.2.2) - connection_pool (2.3.0) + connection_pool (2.4.1) cookiejar (0.3.3) crack (0.4.5) rexml @@ -388,9 +388,9 @@ GEM ffi (~> 1.0) rbs (2.8.4) recursive-open-struct (1.1.3) - redis (5.0.5) + redis (5.0.6) redis-client (>= 0.9.0) - redis-client (0.11.1) + redis-client (0.14.1) connection_pool regexp_parser (2.8.1) representable (3.2.0)