Add rack-timeout gem to Gemfile

This commit is contained in:
Pirate Praveen 2020-06-24 00:07:28 +05:30
parent 2305c4714c
commit 47f77a302b
2 changed files with 9 additions and 2 deletions

View file

@ -2,7 +2,14 @@ We are using unicorn so don't need puma
--- a/Gemfile
+++ b/Gemfile
@@ -167,12 +167,6 @@
@@ -161,18 +161,13 @@
# Application server
gem 'rack', '~> 2.0', '>= 2.0.9'
+gem 'rack-timeout', require: false
group :unicorn do
gem 'unicorn', '~> 5.5'
gem 'unicorn-worker-killer', '~> 0.4.4'
end

View file

@ -12,7 +12,7 @@ This gem is used only in gitlab Enterprise Edition
# Spam and anti-bot protection
gem 'recaptcha', '~> 4.11', require: 'recaptcha/rails'
gem 'akismet', '~> 3.0'
@@ -281,8 +278,6 @@
@@ -282,8 +279,6 @@
gem 'request_store', '~> 1.5'
gem 'base32', '~> 0.3.0'