diff --git a/Gemfile b/Gemfile index 342cf774..466e68aa 100644 --- a/Gemfile +++ b/Gemfile @@ -55,7 +55,7 @@ gem "hiredis", "~> 0.6.3" gem "hiredis-client", "~> 0.22.2" # Use Redis adapter to run Action Cable in production -gem "redis", "~> 5.1" +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 8b19a26e..9bf35cdc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -417,8 +417,8 @@ GEM rake (13.2.1) rdoc (6.7.0) psych (>= 4.0.0) - redis (5.1.0) - redis-client (>= 0.17.0) + redis (5.2.0) + redis-client (>= 0.22.0) redis-client (0.22.2) connection_pool regexp_parser (2.9.2) @@ -651,7 +651,7 @@ DEPENDENCIES rack-mini-profiler rails (~> 7.0.8) rails-controller-testing (~> 1.0, >= 1.0.5) - redis (~> 5.1) + redis (~> 5.2) rsolr (>= 1.0, < 3) rspec-rails (~> 6.1) rubocop-capybara