Commit 6d318157a2926dbbe5ce2dc118a787ff5061fd42

Authored by Chulki Lee
1 parent 91b381e0
Exists in master and in 1 other branch production

upgrade capistrano to 3.4.0

@@ -21,4 +21,3 @@ bundle @@ -21,4 +21,3 @@ bundle
21 coverage 21 coverage
22 *# 22 *#
23 .ruby-version 23 .ruby-version
24 -.capistrano/metrics  
@@ -65,8 +65,7 @@ GEM @@ -65,8 +65,7 @@ GEM
65 debugger-linecache (~> 1.2) 65 debugger-linecache (~> 1.2)
66 callsite (0.0.11) 66 callsite (0.0.11)
67 campy (1.0.0) 67 campy (1.0.0)
68 - capistrano (3.3.5)  
69 - capistrano-stats (~> 1.1.0) 68 + capistrano (3.4.0)
70 i18n 69 i18n
71 rake (>= 10.0.0) 70 rake (>= 10.0.0)
72 sshkit (~> 1.3) 71 sshkit (~> 1.3)
@@ -79,7 +78,6 @@ GEM @@ -79,7 +78,6 @@ GEM
79 capistrano-rbenv (2.0.2) 78 capistrano-rbenv (2.0.2)
80 capistrano (~> 3.1) 79 capistrano (~> 3.1)
81 sshkit (~> 1.3) 80 sshkit (~> 1.3)
82 - capistrano-stats (1.1.1)  
83 capybara (2.4.4) 81 capybara (2.4.4)
84 mime-types (>= 1.16) 82 mime-types (>= 1.16)
85 nokogiri (>= 1.3.3) 83 nokogiri (>= 1.3.3)
@@ -208,7 +206,7 @@ GEM @@ -208,7 +206,7 @@ GEM
208 multipart-post (1.2.0) 206 multipart-post (1.2.0)
209 net-scp (1.2.1) 207 net-scp (1.2.1)
210 net-ssh (>= 2.6.5) 208 net-ssh (>= 2.6.5)
211 - net-ssh (2.9.1) 209 + net-ssh (2.9.2)
212 nokogiri (1.6.5) 210 nokogiri (1.6.5)
213 mini_portile (~> 0.6.0) 211 mini_portile (~> 0.6.0)
214 nokogiri (1.6.5-java) 212 nokogiri (1.6.5-java)
@@ -356,7 +354,7 @@ GEM @@ -356,7 +354,7 @@ GEM
356 actionpack (>= 3.0) 354 actionpack (>= 3.0)
357 activesupport (>= 3.0) 355 activesupport (>= 3.0)
358 sprockets (>= 2.8, < 4.0) 356 sprockets (>= 2.8, < 4.0)
359 - sshkit (1.6.1) 357 + sshkit (1.7.1)
360 colorize (>= 0.7.0) 358 colorize (>= 0.7.0)
361 net-scp (>= 1.1.2) 359 net-scp (>= 1.1.2)
362 net-ssh (>= 2.8.0) 360 net-ssh (>= 2.8.0)
config/deploy.example.rb
@@ -7,7 +7,7 @@ @@ -7,7 +7,7 @@
7 # to ./docs/deployment/capistrano.md for more info 7 # to ./docs/deployment/capistrano.md for more info
8 8
9 # config valid only for current version of Capistrano 9 # config valid only for current version of Capistrano
10 -lock '3.3.5' 10 +lock '3.4.0'
11 11
12 set :application, 'errbit' 12 set :application, 'errbit'
13 set :repo_url, 'https://github.com/errbit/errbit.git' 13 set :repo_url, 'https://github.com/errbit/errbit.git'