From f10243d836284b8d6396d677dfe227593695630b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 15:36:13 +0000 Subject: [PATCH] Bump redis from 5.2.0 to 5.3.0 Bumps [redis](https://github.com/redis/redis-rb) from 5.2.0 to 5.3.0. - [Changelog](https://github.com/redis/redis-rb/blob/master/CHANGELOG.md) - [Commits](https://github.com/redis/redis-rb/compare/v5.2.0...v5.3.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 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 282d762b..6f73d45c 100644 --- a/Gemfile +++ b/Gemfile @@ -26,7 +26,7 @@ gem "stimulus-rails" gem "turbo-rails" # Use Redis adapter to run Action Cable in production -gem "redis", "~> 5.0" +gem "redis", "~> 5.3" # reCAPTCHA gem "recaptcha" diff --git a/Gemfile.lock b/Gemfile.lock index 50da8520..2a7b6e20 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -426,7 +426,7 @@ GEM psych (>= 4.0.0) recaptcha (5.17.0) redcarpet (3.6.0) - redis (5.2.0) + redis (5.3.0) redis-client (>= 0.22.0) redis-client (0.22.2) connection_pool @@ -656,7 +656,7 @@ DEPENDENCIES rails (~> 7.1.3) rails-controller-testing recaptcha - redis (~> 5.0) + redis (~> 5.3) rspec-rails rubocop-rails_config rubocop-rspec