Update dependency redis to v5

This commit is contained in:
renovate[bot]
2022-08-29 11:25:13 +00:00
committed by Ryan Williams
parent c801a4f549
commit a862a13c98
2 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -30,7 +30,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.8" gem "redis", "~> 5.0"
# 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"
+6 -2
View File
@@ -88,6 +88,7 @@ GEM
xpath (~> 3.2) xpath (~> 3.2)
childprocess (4.1.0) childprocess (4.1.0)
concurrent-ruby (1.1.10) concurrent-ruby (1.1.10)
connection_pool (2.2.5)
crass (1.0.6) crass (1.0.6)
debug (1.6.2) debug (1.6.2)
irb (>= 1.3.6) irb (>= 1.3.6)
@@ -187,7 +188,10 @@ 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.8.0) redis (5.0.1)
redis-client (~> 0.7)
redis-client (0.7.1)
connection_pool
regexp_parser (2.5.0) regexp_parser (2.5.0)
reline (0.3.1) reline (0.3.1)
io-console (~> 0.5) io-console (~> 0.5)
@@ -291,7 +295,7 @@ DEPENDENCIES
puma (~> 5.6) puma (~> 5.6)
rack-mini-profiler rack-mini-profiler
rails (~> 7.0.3) rails (~> 7.0.3)
redis (~> 4.8) redis (~> 5.0)
rspec-rails rspec-rails
rubocop-rails rubocop-rails
rubocop-rspec rubocop-rspec