diff --git a/Gemfile b/Gemfile index 7208408..d51f1d1 100644 --- a/Gemfile +++ b/Gemfile @@ -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" diff --git a/Gemfile.lock b/Gemfile.lock index b50959d..69b5765 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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