Use capistrano puma

This commit is contained in:
2023-01-28 13:36:50 +11:00
parent 0826b69e41
commit bfd3986bff
2 changed files with 11 additions and 0 deletions

View File

@@ -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

View File

@@ -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