diff --git a/Gemfile b/Gemfile index c7d7a564..24fe2df0 100644 --- a/Gemfile +++ b/Gemfile @@ -26,7 +26,7 @@ gem "stimulus-rails" gem "turbo-rails" # Use Redis adapter to run Action Cable in production -gem "redis", "~> 5.0" +gem "redis", "~> 5.2" # reCAPTCHA gem "recaptcha" diff --git a/Gemfile.lock b/Gemfile.lock index 503fdabb..4910412b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -408,9 +408,9 @@ GEM psych (>= 4.0.0) recaptcha (5.16.0) redcarpet (3.6.0) - redis (5.1.0) - redis-client (>= 0.17.0) - redis-client (0.22.0) + redis (5.2.0) + redis-client (>= 0.22.0) + redis-client (0.22.1) connection_pool regexp_parser (2.9.0) reline (0.5.1) @@ -642,7 +642,7 @@ DEPENDENCIES rails (~> 7.1.3) rails-controller-testing recaptcha - redis (~> 5.0) + redis (~> 5.2) rspec-rails rubocop-rails_config rubocop-rspec