From 34ee674c79fb1e3d9b89c66df483b48e8a507f4f Mon Sep 17 00:00:00 2001 From: hellekin Date: Tue, 6 Oct 2020 15:15:10 +0200 Subject: Add better integration with systemd --- Gemfile | 1 + 1 file changed, 1 insertion(+) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 0f2d720..bccedcf 100644 --- a/Gemfile +++ b/Gemfile @@ -9,6 +9,7 @@ gem 'rails', '~> 6.0.3', '>= 6.0.3.2' gem 'pg', '>= 0.18', '< 2.0' # Use Puma as the app server gem 'puma', '~> 4.1' +gem 'puma-plugin-systemd' # Use SCSS for stylesheets gem 'sass-rails', '>= 6' # Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker -- cgit v1.2.3