debian-mirror-gitlab/debian/patches/0770-add-rack-timeout.patch
2020-06-27 23:05:49 +05:30

18 lines
367 B
Diff

--- a/Gemfile
+++ b/Gemfile
@@ -80,7 +80,6 @@
# API
gem 'grape', '~> 1.3', '>= 1.3.3'
-gem 'rack-timeout'
gem 'grape-entity', '~> 0.7.1'
gem 'rack-cors', '~> 1.0', '>= 1.0.6', require: 'rack/cors'
@@ -160,6 +159,7 @@
# Application server
gem 'rack', '~> 2.0', '>= 2.0.9'
+gem 'rack-timeout', require: false
group :unicorn do
gem 'unicorn', '~> 5.5'