From 2591db58ddc8b1122434ac7edffd8d89c8011d9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 17:42:42 +0000 Subject: [PATCH] Bump redis from 4.6.0 to 5.0.7 Bumps [redis](https://github.com/redis/redis-rb) from 4.6.0 to 5.0.7. - [Changelog](https://github.com/redis/redis-rb/blob/master/CHANGELOG.md) - [Commits](https://github.com/redis/redis-rb/compare/v4.6.0...v5.0.7) --- 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 b07ea320..6849a875 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.7' gem 'rake' gem 'rspec_junit_formatter' gem 'process_helper' diff --git a/Gemfile.lock b/Gemfile.lock index 05f702d5..a16bb519 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1417,6 +1417,7 @@ GEM semi_semantic (~> 1.2.0) byebug (11.1.3) coderay (1.1.3) + connection_pool (2.4.1) diff-lcs (1.5.0) e2mmap (0.1.0) httparty (0.21.0) @@ -1457,7 +1458,10 @@ GEM rainbow (3.1.1) rake (13.0.6) rbs (2.8.4) - redis (4.6.0) + redis (5.0.7) + redis-client (>= 0.9.0) + redis-client (0.15.0) + connection_pool regexp_parser (2.8.1) reverse_markdown (2.1.1) nokogiri @@ -1531,7 +1535,7 @@ DEPENDENCIES pry pry-byebug rake - redis (= 4.6.0) + redis (= 5.0.7) rspec rspec-eventually rspec-instafail