Bump redis from 4.5.1 to 4.6.0

Bumps [redis](https://github.com/redis/redis-rb) from 4.5.1 to 4.6.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.5.1...v4.6.0)

---
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]
2022-02-03 05:24:17 +00:00
committed by Ryan Williams
parent 79bf95bfa2
commit eca1249e72
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ gem "stimulus-rails"
gem "jbuilder" gem "jbuilder"
# Use Redis adapter to run Action Cable in production # Use Redis adapter to run Action Cable in production
gem "redis", "~> 4.0" gem "redis", "~> 4.6"
# Use Kredis to get higher-level data types in Redis [https://github.com/rails/kredis] # Use Kredis to get higher-level data types in Redis [https://github.com/rails/kredis]
# gem "kredis" # gem "kredis"
+2 -2
View File
@@ -188,7 +188,7 @@ GEM
zeitwerk (~> 2.5) zeitwerk (~> 2.5)
rainbow (3.1.1) rainbow (3.1.1)
rake (13.0.6) rake (13.0.6)
redis (4.5.1) redis (4.6.0)
regexp_parser (2.2.0) regexp_parser (2.2.0)
reline (0.3.1) reline (0.3.1)
io-console (~> 0.5) io-console (~> 0.5)
@@ -291,7 +291,7 @@ DEPENDENCIES
puma (~> 5.6) puma (~> 5.6)
rack-mini-profiler rack-mini-profiler
rails (~> 7.0.0) rails (~> 7.0.0)
redis (~> 4.0) redis (~> 4.6)
rspec-rails rspec-rails
rubocop-rails rubocop-rails
rubocop-rspec rubocop-rspec