From 3c35f0b3facffcee125eb5ea1dc1801601884924 Mon Sep 17 00:00:00 2001 From: ayuki_j <19406594+ayuki-joto@users.noreply.github.com> Date: Thu, 20 Oct 2022 17:57:42 +0900 Subject: [PATCH] feat: add puma_worker_killer --- Gemfile | 2 ++ Gemfile.lock | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/Gemfile b/Gemfile index 82f69853d5..372bc2d53b 100644 --- a/Gemfile +++ b/Gemfile @@ -15,6 +15,8 @@ gem "decidim-term_customizer", git: "https://github.com/codeforjapan/decidim-mod gem "bootsnap" gem "puma", ">= 5.0.0" +gem "puma_worker_killer" + gem "uglifier", "~> 4.1" gem "faker", "~> 2.14" diff --git a/Gemfile.lock b/Gemfile.lock index c7d04cc600..eb47fae031 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -459,6 +459,8 @@ GEM activesupport (>= 4.1, < 7.1) railties (>= 4.1, < 7.1) geocoder (1.7.5) + get_process_mem (0.2.7) + ffi (~> 1.0) globalid (1.0.0) activesupport (>= 5.0) graphql (1.13.12) @@ -610,6 +612,9 @@ GEM public_suffix (4.0.7) puma (5.6.4) nio4r (~> 2.0) + puma_worker_killer (0.3.1) + get_process_mem (~> 0.2) + puma (>= 2.7) racc (1.6.0) rack (2.2.3) rack-attack (6.6.1) @@ -868,6 +873,7 @@ DEPENDENCIES omniauth-line_login! omniauth-rails_csrf_protection puma (>= 5.0.0) + puma_worker_killer rspec-rails rubocop-faker rubyzip (>= 1.0.0)