debian-mirror-gitlab/debian/patches/0440-remove-unicorn.patch
2021-06-09 22:52:32 +05:30

18 lines
542 B
Diff

puma is default from gitlab 12.9 and unicorn will be removed from 14.0
gitlab-puma changes is included in puma package.
--- a/Gemfile
+++ b/Gemfile
@@ -181,11 +181,6 @@
# https://github.com/sharpstone/rack-timeout/blob/master/README.md#rails-apps-manually
gem 'rack-timeout', '~> 0.5.1', require: 'rack/timeout/base'
-group :unicorn do
- gem 'unicorn', '~> 5.5'
- gem 'unicorn-worker-killer', '~> 0.4.4'
-end
-
group :puma do
gem 'puma', '~> 5.1', '>= 5.1.1', require: false
gem 'puma_worker_killer', '~> 0.3.1', require: false