From 6769b9c2750fc880da55317597860a0b22089558 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jan 2023 08:36:49 +0000 Subject: [PATCH] Bump redis from 4.8.0 to 5.0.6 Bumps [redis](https://github.com/redis/redis-rb) from 4.8.0 to 5.0.6. - [Release notes](https://github.com/redis/redis-rb/releases) - [Changelog](https://github.com/redis/redis-rb/blob/master/CHANGELOG.md) - [Commits](https://github.com/redis/redis-rb/compare/v4.8.0...v5.0.6) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 5b9b81b..dcaf688 100644 --- a/Gemfile +++ b/Gemfile @@ -98,7 +98,7 @@ group :production, :staging, :development, :test do gem 'rails', '~> 7.0' # Use Redis adapter to run Action Cable in production - gem 'redis', '~> 4.8' + gem 'redis', '~> 5.0' # Roles library without any authorization enforcement # Read more: https://github.com/RolifyCommunity/rolify diff --git a/Gemfile.lock b/Gemfile.lock index 18cf165..0fdff46 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -329,7 +329,10 @@ GEM rake (13.0.6) rbs (2.6.0) rbtree (0.4.5) - redis (4.8.0) + redis (5.0.6) + redis-client (>= 0.9.0) + redis-client (0.12.1) + connection_pool reek (6.1.1) kwalify (~> 0.7.0) parser (~> 3.1.0) @@ -499,7 +502,7 @@ DEPENDENCIES rails (~> 7.0) rails_best_practices (~> 1.23) rails_real_favicon (~> 0.1.1) - redis (~> 4.8) + redis (~> 5.0) reek (~> 6.1) rolify (~> 6.0) rspec-rails (~> 5.1)