From 929517cfe9f878b3ef95900f7c107e8ccb358bc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jan 2023 04:13:59 +0000 Subject: [PATCH] Bump redis from 4.6.0 to 5.0.6 Bumps [redis](https://github.com/redis/redis-rb) from 4.6.0 to 5.0.6. - [Release notes](https://github.com/redis/redis-rb/releases) - [Changelog](https://github.com/redis/redis-rb/blob/master/CHANGELOG.md) - [Commits](https://github.com/redis/redis-rb/compare/v4.6.0...v5.0.6) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index a33d6db0..fa0483d0 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ gem 'bosh-template' gem 'net-scp' gem 'net-ssh' gem 'net-ssh-gateway' -gem 'redis', '4.6.0' +gem 'redis', '5.0.6' gem 'rake' gem 'rspec_junit_formatter' gem 'process_helper' diff --git a/Gemfile.lock b/Gemfile.lock index c32c0c05..892c40c4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1234,6 +1234,7 @@ GEM semi_semantic (~> 1.2.0) byebug (11.1.3) coderay (1.1.3) + connection_pool (2.3.0) diff-lcs (1.5.0) e2mmap (0.1.0) httparty (0.20.0) @@ -1272,7 +1273,10 @@ GEM racc (1.6.0) rainbow (3.1.1) rake (13.0.6) - redis (4.6.0) + redis (5.0.6) + redis-client (>= 0.9.0) + redis-client (0.12.1) + connection_pool regexp_parser (2.2.1) reverse_markdown (2.1.1) nokogiri @@ -1345,7 +1349,7 @@ DEPENDENCIES pry pry-byebug rake - redis (= 4.6.0) + redis (= 5.0.6) rspec rspec-eventually rspec-instafail