From 52ffff7f5ef341104a0622e93dff11a448352dbc Mon Sep 17 00:00:00 2001 From: Daniel Nitsikopoulos Date: Sat, 13 May 2023 08:17:20 +1000 Subject: [PATCH] Start Que on deploy --- Gemfile | 3 ++- Gemfile.lock | 7 +++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 15706b3..2ea70b3 100644 --- a/Gemfile +++ b/Gemfile @@ -58,8 +58,9 @@ end group :development do gem "guard-puma", "~> 0.8" gem "standardrb" - gem "capistrano", "~> 3.17", require: false + gem "capistrano", "~> 3.7", require: false gem "capistrano-bundler" + gem "capistrano-systemd-multiservice" gem "capistrano-rbenv", "~> 2.2" gem "capistrano3-puma", github: "seuros/capistrano-puma" end diff --git a/Gemfile.lock b/Gemfile.lock index 6de6207..c5a741d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -55,7 +55,7 @@ GEM ast (2.4.2) babosa (2.0.0) builder (3.2.4) - capistrano (3.17.2) + capistrano (3.16.0) airbrussh (>= 1.0.0) i18n rake (>= 10.0.0) @@ -65,6 +65,8 @@ GEM capistrano-rbenv (2.2.0) capistrano (~> 3.1) sshkit (~> 1.3) + capistrano-systemd-multiservice (0.1.0.beta12) + capistrano (>= 3.7.0, < 3.17.0) coderay (1.1.3) concurrent-ruby (1.2.2) connection_pool (2.4.0) @@ -436,9 +438,10 @@ PLATFORMS DEPENDENCIES babosa builder - capistrano (~> 3.17) + capistrano (~> 3.7) capistrano-bundler capistrano-rbenv (~> 2.2) + capistrano-systemd-multiservice capistrano3-puma! connection_pool database_cleaner-sequel