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 "standardrb"
gem "capistrano", "~> 3.17", require: false gem "capistrano", "~> 3.17", require: false
gem "capistrano-bundler" gem "capistrano-bundler"
gem 'capistrano3-puma', github: "seuros/capistrano-puma"
end end
group :test do group :test do

View File

@@ -10,6 +10,15 @@ GIT
dry-inflector (~> 1.0, < 2) dry-inflector (~> 1.0, < 2)
tilt (~> 2.0, >= 2.0.6) 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 GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
@@ -300,6 +309,7 @@ DEPENDENCIES
builder builder
capistrano (~> 3.17) capistrano (~> 3.17)
capistrano-bundler capistrano-bundler
capistrano3-puma!
database_cleaner-sequel database_cleaner-sequel
dotenv dotenv
dry-matcher dry-matcher