Skip to content

Commit

Permalink
feat: add puma_worker_killer
Browse files Browse the repository at this point in the history
  • Loading branch information
ayuki-joto committed Oct 20, 2022
1 parent d36a4eb commit 3c35f0b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 6 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 3c35f0b

Please sign in to comment.