Remove puma group from Gemfile (we use unicorn)
This commit is contained in:
parent
917f909d6e
commit
20f37b513e
2 changed files with 15 additions and 0 deletions
14
debian/patches/0440-remove-puma.patch
vendored
Normal file
14
debian/patches/0440-remove-puma.patch
vendored
Normal 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'
|
||||
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue