From bfd3986bff3829180e9efdcf5c6ce7ceb81d0e3c Mon Sep 17 00:00:00 2001 From: Daniel Nitsikopoulos Date: Sat, 28 Jan 2023 13:36:50 +1100 Subject: [PATCH] Use capistrano puma --- Gemfile | 1 + Gemfile.lock | 10 ++++++++++ 2 files changed, 11 insertions(+) diff --git a/Gemfile b/Gemfile index f396a76..712c7c9 100644 --- a/Gemfile +++ b/Gemfile @@ -42,6 +42,7 @@ group :development do gem "standardrb" gem "capistrano", "~> 3.17", require: false gem "capistrano-bundler" + gem 'capistrano3-puma', github: "seuros/capistrano-puma" end group :test do diff --git a/Gemfile.lock b/Gemfile.lock index b27a97e..d476366 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -10,6 +10,15 @@ GIT dry-inflector (~> 1.0, < 2) tilt (~> 2.0, >= 2.0.6) +GIT + remote: https://github.com/seuros/capistrano-puma.git + revision: 2cc11846540489edda10d83e026c9bea04e6fab1 + specs: + capistrano3-puma (6.0.0.beta.1) + capistrano (~> 3.7) + capistrano-bundler + puma (>= 5.1, < 7.0) + GEM remote: https://rubygems.org/ specs: @@ -300,6 +309,7 @@ DEPENDENCIES builder capistrano (~> 3.17) capistrano-bundler + capistrano3-puma! database_cleaner-sequel dotenv dry-matcher