Puma: Add support for systemd watchdog

This commit is contained in:
Sebastian Serth
2022-12-19 22:26:37 +01:00
parent fb9ab4cd61
commit f5a661b8c7
2 changed files with 3 additions and 0 deletions

View File

@ -43,6 +43,7 @@ gem 'rest-client'
gem 'rubytree'
gem 'rubyzip'
gem 'sass-rails'
gem 'sd_notify' # Watchdog service monitoring for systemd, automatically used by Puma if this gem is installed
gem 'shakapacker', '6.5.4'
gem 'slim-rails'
gem 'sorcery' # Causes a deprecation warning in Rails 6.0+, see: https://github.com/Sorcery/sorcery/pull/255

View File

@ -439,6 +439,7 @@ GEM
sprockets (> 3.0)
sprockets-rails
tilt
sd_notify (0.1.1)
selenium-webdriver (4.7.1)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
@ -604,6 +605,7 @@ DEPENDENCIES
rubytree
rubyzip
sass-rails
sd_notify
selenium-webdriver
sentry-rails
sentry-ruby