From 6d318157a2926dbbe5ce2dc118a787ff5061fd42 Mon Sep 17 00:00:00 2001 From: Chulki Lee Date: Wed, 4 Mar 2015 23:55:18 -0800 Subject: [PATCH] upgrade capistrano to 3.4.0 --- .gitignore | 1 - Gemfile.lock | 8 +++----- config/deploy.example.rb | 2 +- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index d8b1e081f..c3aab7657 100644 --- a/.gitignore +++ b/.gitignore @@ -21,4 +21,3 @@ bundle coverage *# .ruby-version -.capistrano/metrics diff --git a/Gemfile.lock b/Gemfile.lock index 612e9c5a0..db4ddb2d0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -65,8 +65,7 @@ GEM debugger-linecache (~> 1.2) callsite (0.0.11) campy (1.0.0) - capistrano (3.3.5) - capistrano-stats (~> 1.1.0) + capistrano (3.4.0) i18n rake (>= 10.0.0) sshkit (~> 1.3) @@ -79,7 +78,6 @@ GEM capistrano-rbenv (2.0.2) capistrano (~> 3.1) sshkit (~> 1.3) - capistrano-stats (1.1.1) capybara (2.4.4) mime-types (>= 1.16) nokogiri (>= 1.3.3) @@ -208,7 +206,7 @@ GEM multipart-post (1.2.0) net-scp (1.2.1) net-ssh (>= 2.6.5) - net-ssh (2.9.1) + net-ssh (2.9.2) nokogiri (1.6.5) mini_portile (~> 0.6.0) nokogiri (1.6.5-java) @@ -356,7 +354,7 @@ GEM actionpack (>= 3.0) activesupport (>= 3.0) sprockets (>= 2.8, < 4.0) - sshkit (1.6.1) + sshkit (1.7.1) colorize (>= 0.7.0) net-scp (>= 1.1.2) net-ssh (>= 2.8.0) diff --git a/config/deploy.example.rb b/config/deploy.example.rb index e344edcee..5fc47a1c3 100644 --- a/config/deploy.example.rb +++ b/config/deploy.example.rb @@ -7,7 +7,7 @@ # to ./docs/deployment/capistrano.md for more info # config valid only for current version of Capistrano -lock '3.3.5' +lock '3.4.0' set :application, 'errbit' set :repo_url, 'https://github.com/errbit/errbit.git'