Upgrade capistrano to version 3.10.1

This commit is contained in:
depfu[bot]
2018-01-05 09:25:28 +00:00
parent 624513c678
commit b952d5681d
2 changed files with 5 additions and 5 deletions

View File

@@ -82,7 +82,7 @@ group :test do
end
group :development do
gem 'capistrano', '~> 3.8.1', require: false
gem 'capistrano', '~> 3.10.1', require: false
gem 'capistrano-bundler', '~> 1.2', require: false
gem 'capistrano-rails', '~> 1.2.3', require: false
gem 'capistrano3-delayed-job', '~> 1.7.3'

View File

@@ -73,7 +73,7 @@ GEM
uniform_notifier (~> 1.10.0)
byebug (9.1.0)
cancancan (1.16.0)
capistrano (3.8.2)
capistrano (3.10.1)
airbrussh (>= 1.0.0)
i18n
rake (>= 10.0.0)
@@ -263,7 +263,7 @@ GEM
multipart-post (2.0.0)
net-scp (1.2.1)
net-ssh (>= 2.6.5)
net-ssh (4.1.0)
net-ssh (4.2.0)
newrelic_rpm (4.1.0.333)
nokogiri (1.8.1)
mini_portile2 (~> 2.3.0)
@@ -439,7 +439,7 @@ GEM
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
sshkit (1.14.0)
sshkit (1.15.1)
net-scp (>= 1.1.2)
net-ssh (>= 2.8.0)
term-ansicolor (1.6.0)
@@ -498,7 +498,7 @@ DEPENDENCIES
bullet (~> 5.5.1)
byebug (~> 9.1.0)
cancancan (~> 1.16.0)
capistrano (~> 3.8.1)
capistrano (~> 3.10.1)
capistrano-bundler (~> 1.2)
capistrano-rails (~> 1.2.3)
capistrano3-delayed-job (~> 1.7.3)