Skip to content
This repository was archived by the owner on Oct 5, 2023. It is now read-only.

Commit

Permalink
upgrade capistrano to 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chulkilee committed Mar 5, 2015
1 parent 91b381e commit 6d31815
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ bundle
coverage
*#
.ruby-version
.capistrano/metrics
8 changes: 3 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion config/deploy.example.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 6d31815

Please sign in to comment.