From 4c77ebe85908304308a60097259990516a92b426 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 16:16:46 +0000 Subject: [PATCH] Bump redis from 5.0.8 to 5.3.0 Bumps [redis](https://github.com/redis/redis-rb) from 5.0.8 to 5.3.0. - [Changelog](https://github.com/redis/redis-rb/blob/master/CHANGELOG.md) - [Commits](https://github.com/redis/redis-rb/compare/v5.0.8...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 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 67e3842a..a3550572 100644 --- a/Gemfile +++ b/Gemfile @@ -23,7 +23,7 @@ gem "propshaft" gem "puma", "~> 6.5.0" gem "rails-i18n", "~> 7.0.8" gem "ransack", "~> 4.2.1" -gem "redis", "~> 5.0.8" +gem "redis", "~> 5.3.0" gem "rolify", "~> 6.0.1" gem "simple_form", "~> 5.3.0" gem "stimulus-rails" diff --git a/Gemfile.lock b/Gemfile.lock index bf532341..8465d782 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -257,8 +257,8 @@ GEM i18n rdoc (6.8.1) psych (>= 4.0.0) - redis (5.0.8) - redis-client (>= 0.17.0) + redis (5.3.0) + redis-client (>= 0.22.0) redis-client (0.23.0) connection_pool regexp_parser (2.9.3) @@ -421,7 +421,7 @@ DEPENDENCIES rails-controller-testing (~> 1.0.5) rails-i18n (~> 7.0.8) ransack (~> 4.2.1) - redis (~> 5.0.8) + redis (~> 5.3.0) rolify (~> 6.0.1) rspec-rails (~> 7.1.0) rubocop-capybara (~> 2.21)