Update dependency redis to v5
This commit is contained in:
committed by
Ryan Williams
parent
c801a4f549
commit
a862a13c98
@@ -30,7 +30,7 @@ gem "stimulus-rails"
|
||||
gem "jbuilder"
|
||||
|
||||
# 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]
|
||||
# gem "kredis"
|
||||
|
||||
+6
-2
@@ -88,6 +88,7 @@ GEM
|
||||
xpath (~> 3.2)
|
||||
childprocess (4.1.0)
|
||||
concurrent-ruby (1.1.10)
|
||||
connection_pool (2.2.5)
|
||||
crass (1.0.6)
|
||||
debug (1.6.2)
|
||||
irb (>= 1.3.6)
|
||||
@@ -187,7 +188,10 @@ GEM
|
||||
zeitwerk (~> 2.5)
|
||||
rainbow (3.1.1)
|
||||
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)
|
||||
reline (0.3.1)
|
||||
io-console (~> 0.5)
|
||||
@@ -291,7 +295,7 @@ DEPENDENCIES
|
||||
puma (~> 5.6)
|
||||
rack-mini-profiler
|
||||
rails (~> 7.0.3)
|
||||
redis (~> 4.8)
|
||||
redis (~> 5.0)
|
||||
rspec-rails
|
||||
rubocop-rails
|
||||
rubocop-rspec
|
||||
|
||||
Reference in New Issue
Block a user