Remove puma group from Gemfile (we use unicorn)

This commit is contained in:
Pirate Praveen 2018-12-13 15:33:43 +05:30
parent 917f909d6e
commit 20f37b513e
2 changed files with 15 additions and 0 deletions

14
debian/patches/0440-remove-puma.patch vendored Normal file
View file

@ -0,0 +1,14 @@
--- a/Gemfile
+++ b/Gemfile
@@ -153,11 +153,6 @@
gem 'unicorn-worker-killer', '~> 0.4.4'
end
-group :puma do
- gem 'puma', '~> 3.12', require: false
- gem 'puma_worker_killer', require: false
-end
-
# State machine
gem 'state_machines-activerecord', '~> 0.5.1'

View file

@ -9,6 +9,7 @@
0400-Relax-recaptcha-version.patch
0420-relax-js-regex.patch
0430-remove-gitlab-markup.patch
0440-remove-puma.patch
0500-set-webpack-root.patch
0510-remove-dev-dependencies.patch
0520-add-system-lib-path-for-webpack.patch