diff --git a/Gemfile b/Gemfile index 99dc36f..460f013 100644 --- a/Gemfile +++ b/Gemfile @@ -31,7 +31,7 @@ gem "stimulus-rails" gem "jbuilder" # Use Redis adapter to run Action Cable in production -gem "redis", "~> 5.0" +gem "redis", "~> 5.2" # 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 d791ad7..dcae26d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -214,9 +214,9 @@ GEM rake (13.1.0) rdoc (6.6.3.1) psych (>= 4.0.0) - redis (5.1.0) - redis-client (>= 0.17.0) - redis-client (0.21.1) + redis (5.2.0) + redis-client (>= 0.22.0) + redis-client (0.22.0) connection_pool regexp_parser (2.9.0) reline (0.5.0) @@ -337,7 +337,7 @@ DEPENDENCIES puma (~> 6.4) rack-mini-profiler rails (= 7.1.3.2) - redis (~> 5.0) + redis (~> 5.2) rspec-rails rubocop-rails rubocop-rails-omakase