From 641682b2040b358a187ab56cc003199b8e9a3371 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 14:06:33 +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 039a800..98330a7 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ gem 'puma', '~> 6.5' gem 'turbo-rails', '~> 2.0' gem 'stimulus-rails', '~> 1.3' # Use Redis adapter to run Action Cable in production -gem 'redis', '~> 5.2' +gem 'redis', '~> 5.3' # Use Active Model has_secure_password # gem 'bcrypt', '~> 3.1.7' diff --git a/Gemfile.lock b/Gemfile.lock index 5c0f297..d3fce01 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -224,7 +224,7 @@ GEM rate_throttle_client (0.1.2) rdoc (6.8.1) psych (>= 4.0.0) - redis (5.2.0) + redis (5.3.0) redis-client (>= 0.22.0) redis-client (0.22.2) connection_pool @@ -325,7 +325,7 @@ DEPENDENCIES rack-mini-profiler (~> 3.3) rails (~> 7.2) rails-i18n (~> 7.0) - redis (~> 5.2) + redis (~> 5.3) rspec-rails (~> 7.0) rubyzip (~> 2.3) sentry-rails (~> 5.17)