Remove puma_worker_killer since it's unused

This commit is contained in:
Eric Schultz 2020-10-08 11:25:48 -05:00 committed by Eric Schultz
parent 2b88ce16f7
commit 778ce752d5
2 changed files with 0 additions and 7 deletions

View file

@ -8,7 +8,6 @@ gem 'jbuilder', '~> 2.10'
gem 'bootsnap', '~> 1.4', require: false # Large rails application booting enhancer gem 'bootsnap', '~> 1.4', require: false # Large rails application booting enhancer
gem 'font_assets', '~> 0.1.14' # for serving fonts on cdn https://github.com/ericallam/font_assets gem 'font_assets', '~> 0.1.14' # for serving fonts on cdn https://github.com/ericallam/font_assets
gem 'hamster', '~> 3.0' # Thread-safe collection classes for Ruby gem 'hamster', '~> 3.0' # Thread-safe collection classes for Ruby
gem 'puma_worker_killer', '~> 0.1.1' # TODO: Investigate why puma workers need to be killed.
gem 'puma', '~> 4.0', '>= 4.0.1' gem 'puma', '~> 4.0', '>= 4.0.1'
gem 'rake', '~> 12.3.2' gem 'rake', '~> 12.3.2'
gem 'sassc-rails', '~> 2.1', '>= 2.1.2' gem 'sassc-rails', '~> 2.1', '>= 2.1.2'

View file

@ -158,8 +158,6 @@ GEM
rack rack
foreman (0.87.1) foreman (0.87.1)
geocoder (1.6.3) geocoder (1.6.3)
get_process_mem (0.2.4)
ffi (~> 1.0)
globalid (0.4.2) globalid (0.4.2)
activesupport (>= 4.2.0) activesupport (>= 4.2.0)
hamster (3.0.0) hamster (3.0.0)
@ -241,9 +239,6 @@ GEM
public_suffix (3.1.1) public_suffix (3.1.1)
puma (4.3.5) puma (4.3.5)
nio4r (~> 2.0) nio4r (~> 2.0)
puma_worker_killer (0.1.1)
get_process_mem (~> 0.2)
puma (>= 2.7, < 5)
rack (2.2.3) rack (2.2.3)
rack-attack (5.4.2) rack-attack (5.4.2)
rack (>= 1.0, < 3) rack (>= 1.0, < 3)
@ -448,7 +443,6 @@ DEPENDENCIES
pry (~> 0.12.2) pry (~> 0.12.2)
pry-byebug (~> 3.7.0) pry-byebug (~> 3.7.0)
puma (~> 4.0, >= 4.0.1) puma (~> 4.0, >= 4.0.1)
puma_worker_killer (~> 0.1.1)
qx! qx!
rack-attack (~> 5.2) rack-attack (~> 5.2)
rack-ssl (~> 1.4) rack-ssl (~> 1.4)