From c5021c3c0abd4a8a3e580ebe7b1001db1e5966f4 Mon Sep 17 00:00:00 2001 From: Ari Timonen Date: Sun, 12 Apr 2020 13:39:33 +0300 Subject: [PATCH] Add puma-killer to Gemfile --- Gemfile | 3 ++- Gemfile.lock | 6 ++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 13c0e1a..b966a0e 100644 --- a/Gemfile +++ b/Gemfile @@ -80,12 +80,13 @@ gem 'signet', '0.11.0' group :production do gem 'newrelic_rpm' + gem 'puma_worker_killer' end group :development do # Check models gem 'rubocop' - + # annotate models gem 'annotate' diff --git a/Gemfile.lock b/Gemfile.lock index 8f23815..26201f5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -211,6 +211,8 @@ GEM sass (~> 3.2) geckodriver-helper (0.24.0) archive-zip (~> 0.7) + get_process_mem (0.2.5) + ffi (~> 1.0) globalid (0.4.2) activesupport (>= 4.2.0) google-api-client (0.10.3) @@ -321,6 +323,9 @@ GEM public_suffix (4.0.3) puma (4.3.3) nio4r (~> 2.0) + puma_worker_killer (0.1.1) + get_process_mem (~> 0.2) + puma (>= 2.7, < 5) rack (2.2.2) rack-openid (1.3.1) rack (>= 1.1.0) @@ -522,6 +527,7 @@ DEPENDENCIES pry-rails public_suffix puma + puma_worker_killer rails (~> 6.0.2.2) rails-controller-testing rails_autolink