From 0a6ee097def787588be2124dc7e1b164d4903f9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 19:52:09 +0000 Subject: [PATCH] Bump redis from 5.0.7 to 5.2.0 Bumps [redis](https://github.com/redis/redis-rb) from 5.0.7 to 5.2.0. - [Changelog](https://github.com/redis/redis-rb/blob/master/CHANGELOG.md) - [Commits](https://github.com/redis/redis-rb/compare/v5.0.7...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 02bce30..1227cdf 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ gem 'puma', '~> 6.4' gem 'turbo-rails', '~> 1.4' gem 'stimulus-rails', '~> 1.3' # Use Redis adapter to run Action Cable in production -gem 'redis', '~> 5.0' +gem 'redis', '~> 5.2' # Use Active Model has_secure_password # gem 'bcrypt', '~> 3.1.7' diff --git a/Gemfile.lock b/Gemfile.lock index ccbc42b..6dc2e1c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -202,9 +202,9 @@ GEM zeitwerk (~> 2.5) rake (13.2.0) rate_throttle_client (0.1.2) - redis (5.0.7) - redis-client (>= 0.9.0) - redis-client (0.18.0) + redis (5.2.0) + redis-client (>= 0.22.0) + redis-client (0.22.0) connection_pool rspec-core (3.12.2) rspec-support (~> 3.12.0) @@ -296,7 +296,7 @@ DEPENDENCIES rack-mini-profiler (~> 3.1) rails (~> 7.0) rails-i18n (~> 7.0) - redis (~> 5.0) + redis (~> 5.2) rspec-rails (~> 6.0) rubyzip (~> 2.3) sentry-rails (~> 5.12)