Update Capistrano
This commit is contained in:
3
Capfile
3
Capfile
@ -5,3 +5,6 @@ require 'capistrano/puma/nginx'
|
|||||||
require 'capistrano/rails'
|
require 'capistrano/rails'
|
||||||
require 'capistrano/rvm'
|
require 'capistrano/rvm'
|
||||||
require 'capistrano/upload-config'
|
require 'capistrano/upload-config'
|
||||||
|
|
||||||
|
install_plugin Capistrano::Puma
|
||||||
|
install_plugin Capistrano::Puma::Nginx
|
||||||
|
2
Gemfile
2
Gemfile
@ -45,7 +45,7 @@ gem 'rubyzip'
|
|||||||
group :development, :staging do
|
group :development, :staging do
|
||||||
gem 'better_errors', platform: :ruby
|
gem 'better_errors', platform: :ruby
|
||||||
gem 'binding_of_caller', platform: :ruby
|
gem 'binding_of_caller', platform: :ruby
|
||||||
gem 'capistrano', '~> 3.3.0'
|
gem 'capistrano'
|
||||||
gem 'capistrano3-puma'
|
gem 'capistrano3-puma'
|
||||||
gem 'capistrano-rails'
|
gem 'capistrano-rails'
|
||||||
gem 'capistrano-rvm'
|
gem 'capistrano-rvm'
|
||||||
|
18
Gemfile.lock
18
Gemfile.lock
@ -43,6 +43,8 @@ GEM
|
|||||||
tzinfo (~> 1.1)
|
tzinfo (~> 1.1)
|
||||||
addressable (2.5.2)
|
addressable (2.5.2)
|
||||||
public_suffix (>= 2.0.2, < 4.0)
|
public_suffix (>= 2.0.2, < 4.0)
|
||||||
|
airbrussh (1.3.0)
|
||||||
|
sshkit (>= 1.6.1, != 1.7.0)
|
||||||
arel (6.0.4)
|
arel (6.0.4)
|
||||||
ast (2.4.0)
|
ast (2.4.0)
|
||||||
autotest-rails (4.2.1)
|
autotest-rails (4.2.1)
|
||||||
@ -61,11 +63,11 @@ GEM
|
|||||||
rails (>= 3.2)
|
rails (>= 3.2)
|
||||||
builder (3.2.3)
|
builder (3.2.3)
|
||||||
byebug (10.0.0)
|
byebug (10.0.0)
|
||||||
capistrano (3.3.5)
|
capistrano (3.10.1)
|
||||||
capistrano-stats (~> 1.1.0)
|
airbrussh (>= 1.0.0)
|
||||||
i18n
|
i18n
|
||||||
rake (>= 10.0.0)
|
rake (>= 10.0.0)
|
||||||
sshkit (~> 1.3)
|
sshkit (>= 1.9.0)
|
||||||
capistrano-bundler (1.3.0)
|
capistrano-bundler (1.3.0)
|
||||||
capistrano (~> 3.1)
|
capistrano (~> 3.1)
|
||||||
sshkit (~> 1.2)
|
sshkit (~> 1.2)
|
||||||
@ -75,12 +77,12 @@ GEM
|
|||||||
capistrano-rvm (0.1.2)
|
capistrano-rvm (0.1.2)
|
||||||
capistrano (~> 3.0)
|
capistrano (~> 3.0)
|
||||||
sshkit (~> 1.2)
|
sshkit (~> 1.2)
|
||||||
capistrano-stats (1.1.1)
|
|
||||||
capistrano-upload-config (0.8.2)
|
capistrano-upload-config (0.8.2)
|
||||||
capistrano (>= 3.0)
|
capistrano (>= 3.0)
|
||||||
capistrano3-puma (1.2.1)
|
capistrano3-puma (3.1.1)
|
||||||
capistrano (~> 3.0)
|
capistrano (~> 3.7)
|
||||||
puma (>= 2.6)
|
capistrano-bundler
|
||||||
|
puma (~> 3.4)
|
||||||
capybara (2.18.0)
|
capybara (2.18.0)
|
||||||
addressable
|
addressable
|
||||||
mini_mime (>= 0.1.3)
|
mini_mime (>= 0.1.3)
|
||||||
@ -394,7 +396,7 @@ DEPENDENCIES
|
|||||||
bootstrap-will_paginate
|
bootstrap-will_paginate
|
||||||
bootstrap_pagedown
|
bootstrap_pagedown
|
||||||
byebug
|
byebug
|
||||||
capistrano (~> 3.3.0)
|
capistrano
|
||||||
capistrano-rails
|
capistrano-rails
|
||||||
capistrano-rvm
|
capistrano-rvm
|
||||||
capistrano-upload-config
|
capistrano-upload-config
|
||||||
|
Reference in New Issue
Block a user