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