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