From edc80437ee011fe629d2bbc54b26c8d554576732 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 05:22:49 +0000 Subject: [PATCH] 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 | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 99dc36f..460f013 100644 --- a/Gemfile +++ b/Gemfile @@ -31,7 +31,7 @@ gem "stimulus-rails" gem "jbuilder" # Use Redis adapter to run Action Cable in production -gem "redis", "~> 5.0" +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 d791ad7..dcae26d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -214,9 +214,9 @@ GEM rake (13.1.0) rdoc (6.6.3.1) psych (>= 4.0.0) - redis (5.1.0) - redis-client (>= 0.17.0) - redis-client (0.21.1) + redis (5.2.0) + redis-client (>= 0.22.0) + redis-client (0.22.0) connection_pool regexp_parser (2.9.0) reline (0.5.0) @@ -337,7 +337,7 @@ DEPENDENCIES puma (~> 6.4) rack-mini-profiler rails (= 7.1.3.2) - redis (~> 5.0) + redis (~> 5.2) rspec-rails rubocop-rails rubocop-rails-omakase