Use capistrano puma
This commit is contained in:
1
Gemfile
1
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
|
||||
|
10
Gemfile.lock
10
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
|
||||
|
Reference in New Issue
Block a user