From e4c7a68fca42960602904583865d19c5bfa66b2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 04:45:20 +0000 Subject: [PATCH] build(deps): bump redis from 5.1.0 to 5.2.0 Bumps [redis](https://github.com/redis/redis-rb) from 5.1.0 to 5.2.0. - [Changelog](https://github.com/redis/redis-rb/blob/master/CHANGELOG.md) - [Commits](https://github.com/redis/redis-rb/compare/v5.1.0...v5.2.0) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 342cf774..466e68aa 100644 --- a/Gemfile +++ b/Gemfile @@ -55,7 +55,7 @@ gem "hiredis", "~> 0.6.3" gem "hiredis-client", "~> 0.22.2" # Use Redis adapter to run Action Cable in production -gem "redis", "~> 5.1" +gem "redis", "~> 5.2" # Use Kredis to get higher-level data types in Redis [https://github.com/rails/kredis] # gem "kredis" diff --git a/Gemfile.lock b/Gemfile.lock index 8b19a26e..9bf35cdc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -417,8 +417,8 @@ GEM rake (13.2.1) rdoc (6.7.0) psych (>= 4.0.0) - redis (5.1.0) - redis-client (>= 0.17.0) + redis (5.2.0) + redis-client (>= 0.22.0) redis-client (0.22.2) connection_pool regexp_parser (2.9.2) @@ -651,7 +651,7 @@ DEPENDENCIES rack-mini-profiler rails (~> 7.0.8) rails-controller-testing (~> 1.0, >= 1.0.5) - redis (~> 5.1) + redis (~> 5.2) rsolr (>= 1.0, < 3) rspec-rails (~> 6.1) rubocop-capybara