Update bundle and Puma

sd_notify has been integrated into Puma 6.1, no need to include it manually
This commit is contained in:
Sebastian Serth
2023-02-13 17:11:17 +01:00
parent 4a8653040c
commit 890c99fa07
4 changed files with 48 additions and 51 deletions

View File

@ -44,8 +44,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.5'
gem 'shakapacker', '6.5.6'
gem 'slim-rails'
gem 'sorcery' # Causes a deprecation warning in Rails 6.0+, see: https://github.com/Sorcery/sorcery/pull/255
gem 'sprockets-rails'