mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-26 12:30:48 +00:00
Add puma-killer to Gemfile
This commit is contained in:
parent
8d16792bd5
commit
c5021c3c0a
2 changed files with 8 additions and 1 deletions
3
Gemfile
3
Gemfile
|
@ -80,12 +80,13 @@ gem 'signet', '0.11.0'
|
||||||
|
|
||||||
group :production do
|
group :production do
|
||||||
gem 'newrelic_rpm'
|
gem 'newrelic_rpm'
|
||||||
|
gem 'puma_worker_killer'
|
||||||
end
|
end
|
||||||
|
|
||||||
group :development do
|
group :development do
|
||||||
# Check models
|
# Check models
|
||||||
gem 'rubocop'
|
gem 'rubocop'
|
||||||
|
|
||||||
# annotate models
|
# annotate models
|
||||||
gem 'annotate'
|
gem 'annotate'
|
||||||
|
|
||||||
|
|
|
@ -211,6 +211,8 @@ GEM
|
||||||
sass (~> 3.2)
|
sass (~> 3.2)
|
||||||
geckodriver-helper (0.24.0)
|
geckodriver-helper (0.24.0)
|
||||||
archive-zip (~> 0.7)
|
archive-zip (~> 0.7)
|
||||||
|
get_process_mem (0.2.5)
|
||||||
|
ffi (~> 1.0)
|
||||||
globalid (0.4.2)
|
globalid (0.4.2)
|
||||||
activesupport (>= 4.2.0)
|
activesupport (>= 4.2.0)
|
||||||
google-api-client (0.10.3)
|
google-api-client (0.10.3)
|
||||||
|
@ -321,6 +323,9 @@ GEM
|
||||||
public_suffix (4.0.3)
|
public_suffix (4.0.3)
|
||||||
puma (4.3.3)
|
puma (4.3.3)
|
||||||
nio4r (~> 2.0)
|
nio4r (~> 2.0)
|
||||||
|
puma_worker_killer (0.1.1)
|
||||||
|
get_process_mem (~> 0.2)
|
||||||
|
puma (>= 2.7, < 5)
|
||||||
rack (2.2.2)
|
rack (2.2.2)
|
||||||
rack-openid (1.3.1)
|
rack-openid (1.3.1)
|
||||||
rack (>= 1.1.0)
|
rack (>= 1.1.0)
|
||||||
|
@ -522,6 +527,7 @@ DEPENDENCIES
|
||||||
pry-rails
|
pry-rails
|
||||||
public_suffix
|
public_suffix
|
||||||
puma
|
puma
|
||||||
|
puma_worker_killer
|
||||||
rails (~> 6.0.2.2)
|
rails (~> 6.0.2.2)
|
||||||
rails-controller-testing
|
rails-controller-testing
|
||||||
rails_autolink
|
rails_autolink
|
||||||
|
|
Loading…
Reference in a new issue