Add rack-timeout gem to Gemfile
This commit is contained in:
parent
2305c4714c
commit
47f77a302b
2 changed files with 9 additions and 2 deletions
9
debian/patches/0440-remove-puma.patch
vendored
9
debian/patches/0440-remove-puma.patch
vendored
|
@ -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
|
||||
|
||||
|
|
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in a new issue