From b98f22a4f351adc71d686d4e81e4e389223a998f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Aug 2022 05:17:44 +0000 Subject: [PATCH] Bump redis from 4.7.1 to 4.8.0 Bumps [redis](https://github.com/redis/redis-rb) from 4.7.1 to 4.8.0. - [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.7.1...v4.8.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 acd2c74..7208408 100644 --- a/Gemfile +++ b/Gemfile @@ -30,7 +30,7 @@ gem "stimulus-rails" gem "jbuilder" # Use Redis adapter to run Action Cable in production -gem "redis", "~> 4.7" +gem "redis", "~> 4.8" # Use Kredis to get higher-level data types in Redis [https://github.com/rails/kredis] # gem "kredis" diff --git a/Gemfile.lock b/Gemfile.lock index 1bfd83a..a71c4ed 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -187,7 +187,7 @@ GEM zeitwerk (~> 2.5) rainbow (3.1.1) rake (13.0.6) - redis (4.7.1) + redis (4.8.0) regexp_parser (2.5.0) reline (0.3.1) io-console (~> 0.5) @@ -291,7 +291,7 @@ DEPENDENCIES puma (~> 5.6) rack-mini-profiler rails (~> 7.0.3) - redis (~> 4.7) + redis (~> 4.8) rspec-rails rubocop-rails rubocop-rspec