Skip to content

Commit

Permalink
upgraded capistrano-rails
Browse files Browse the repository at this point in the history
  • Loading branch information
agnessa committed Sep 12, 2016
1 parent ba6501d commit 394ed99
Show file tree
Hide file tree
Showing 12 changed files with 11 additions and 6 deletions.
15 changes: 10 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ GEM
request_store
user_agent_parser
uuidtools
airbrussh (1.1.0)
sshkit (>= 1.6.1, != 1.7.0)
annotate (2.5.0)
rake
appsignal (1.3.3)
Expand Down Expand Up @@ -83,18 +85,21 @@ GEM
columnize (~> 0.8)
debugger-linecache (~> 1.2)
cancan (1.6.10)
capistrano (3.4.0)
capistrano (3.6.1)
airbrussh (>= 1.0.0)
capistrano-harrow
i18n
rake (>= 10.0.0)
sshkit (~> 1.3)
sshkit (>= 1.9.0)
capistrano-bundler (1.1.4)
capistrano (~> 3.1)
sshkit (~> 1.2)
capistrano-harrow (0.5.3)
capistrano-maintenance (1.0.0)
capistrano (>= 3.0)
capistrano-passenger (0.2.0)
capistrano (~> 3.0)
capistrano-rails (1.1.3)
capistrano-rails (1.1.7)
capistrano (~> 3.1)
capistrano-bundler (~> 1.1)
capistrano-rvm (0.1.2)
Expand Down Expand Up @@ -270,7 +275,7 @@ GEM
nested_form (0.3.2)
net-scp (1.2.1)
net-ssh (>= 2.6.5)
net-ssh (3.0.2)
net-ssh (3.2.0)
netrc (0.11.0)
nokogiri (1.6.7.2)
mini_portile2 (~> 2.0.0.rc2)
Expand Down Expand Up @@ -401,7 +406,7 @@ GEM
multi_json (~> 1.0)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sshkit (1.8.1)
sshkit (1.11.2)
net-scp (>= 1.1.2)
net-ssh (>= 2.8.0)
strong_parameters (0.2.3)
Expand Down
2 changes: 1 addition & 1 deletion config/deploy.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# config valid only for current version of Capistrano
lock '3.4.0'
lock '3.6.1'

set :application, 'sapi'
set :repo_url, 'git@github.com:unepwcmc/SAPI.git'
Expand Down
Binary file added vendor/cache/airbrussh-1.1.0.gem
Binary file not shown.
Binary file removed vendor/cache/capistrano-3.4.0.gem
Binary file not shown.
Binary file added vendor/cache/capistrano-3.6.1.gem
Binary file not shown.
Binary file added vendor/cache/capistrano-harrow-0.5.3.gem
Binary file not shown.
Binary file removed vendor/cache/capistrano-rails-1.1.3.gem
Binary file not shown.
Binary file added vendor/cache/capistrano-rails-1.1.7.gem
Binary file not shown.
Binary file removed vendor/cache/net-ssh-3.0.2.gem
Binary file not shown.
Binary file added vendor/cache/net-ssh-3.2.0.gem
Binary file not shown.
Binary file added vendor/cache/sshkit-1.11.2.gem
Binary file not shown.
Binary file removed vendor/cache/sshkit-1.8.1.gem
Binary file not shown.

0 comments on commit 394ed99

Please sign in to comment.