From a6c7b4280837eb9181fdaac3f1db3d15c4a097da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Oct 2021 05:21:14 +0000 Subject: [PATCH] Bump redis from 4.4.0 to 4.5.1 Bumps [redis](https://github.com/redis/redis-rb) from 4.4.0 to 4.5.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.4.0...v4.5.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 1aefd2b..ec800fc 100644 --- a/Gemfile +++ b/Gemfile @@ -27,7 +27,7 @@ gem 'stimulus-rails', '>= 0.4.0' gem 'jbuilder', '~> 2.7' # Use Redis adapter to run Action Cable in production -gem 'redis', '~> 4.0' +gem 'redis', '~> 4.5' # Windows does not include zoneinfo files, so bundle the tzinfo-data gem gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby] diff --git a/Gemfile.lock b/Gemfile.lock index e3c4b28..e97aa9e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -144,7 +144,7 @@ GEM zeitwerk (~> 2.5.0.beta3) rainbow (3.0.0) rake (13.0.6) - redis (4.4.0) + redis (4.5.1) regexp_parser (2.1.1) reline (0.2.7) io-console (~> 0.5) @@ -224,7 +224,7 @@ DEPENDENCIES pg (~> 1.1) puma (~> 5.5) rails (~> 7.0.0.alpha2) - redis (~> 4.0) + redis (~> 4.5) rspec-rails rubocop-rails rubocop-rspec