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] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-10-18 05:21:14 +00:00
committed by Ryan Williams
parent 106f6139fe
commit a6c7b42808
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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]
+2 -2
View File
@@ -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