From 65d8c70900de4f14bb9022a86958ce09720fc781 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Feb 2023 15:58:47 +0000 Subject: [PATCH] Bump redis from 4.6.0 to 4.8.1 Bumps [redis](https://github.com/redis/redis-rb) from 4.6.0 to 4.8.1. - [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.6.0...v4.8.1) --- 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 5053cc6f..916febe2 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ gem 'puma', '~> 5.6' gem 'jbuilder', '~> 2.11' # Use Redis adapter to run Action Cable in production gem 'hiredis', '~> 0.6.3' -gem 'redis', '~> 4.6' +gem 'redis', '~> 4.8' # Reduces boot times through caching; required in config/boot.rb gem 'bootsnap', '>= 1.1.0', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 3d56b5e6..115a559b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -290,7 +290,7 @@ GEM rb-fsevent (0.11.0) rb-inotify (0.10.1) ffi (~> 1.0) - redis (4.6.0) + redis (4.8.1) regexp_parser (2.5.0) request_store (1.5.1) rack (>= 1.4) @@ -457,7 +457,7 @@ DEPENDENCIES rack-timeout rails (~> 7.0) rails-i18n (~> 7.0) - redis (~> 4.6) + redis (~> 4.8) rubocop (~> 1.30) rubocop-performance (~> 1.14) rubocop-rails (~> 2.14)