diff --git a/Gemfile b/Gemfile index 14cc93558..54af4afb8 100644 --- a/Gemfile +++ b/Gemfile @@ -67,7 +67,7 @@ gem 'sendgrid-ruby' group :production do gem 'aws-sdk-s3' - gem 'rack-timeout', '~> 0.6' + gem 'rack-timeout', '~> 0.7' end group :development do diff --git a/Gemfile.lock b/Gemfile.lock index 0925674c2..49c89b8f6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -372,7 +372,7 @@ GEM rack rack-test (2.1.0) rack (>= 1.3) - rack-timeout (0.6.3) + rack-timeout (0.7.0) rails (6.1.7.2) actioncable (= 6.1.7.2) actionmailbox (= 6.1.7.2) @@ -595,7 +595,7 @@ DEPENDENCIES puma pundit rack-mini-profiler - rack-timeout (~> 0.6) + rack-timeout (~> 0.7) rails (~> 6.1.6) rails-assets-momentjs! rails-controller-testing