From 5582e5b935cfc7995d1d483762fa87debb0fa17c Mon Sep 17 00:00:00 2001 From: Hauke Klement Date: Fri, 20 Feb 2015 09:17:06 +0100 Subject: [PATCH] updated Capistrano --- Gemfile | 4 ++-- Gemfile.lock | 10 ++++++---- config/deploy.rb | 3 --- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index 1371493e..53811a18 100644 --- a/Gemfile +++ b/Gemfile @@ -36,9 +36,9 @@ gem 'will_paginate', '~> 3.0' group :development do gem 'better_errors', platform: :ruby gem 'binding_of_caller', platform: :ruby - gem 'capistrano', '~> 3.2.1' + gem 'capistrano', '~> 3.3.0' gem 'capistrano3-puma' - gem 'capistrano-rails', '~> 1.1' + gem 'capistrano-rails' gem 'capistrano-rvm' gem 'capistrano-upload-config' gem 'rubocop', require: false diff --git a/Gemfile.lock b/Gemfile.lock index e5a1fa98..7cfc3525 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -64,7 +64,8 @@ GEM columnize (~> 0.8) debugger-linecache (~> 1.2) slop (~> 3.6) - capistrano (3.2.1) + capistrano (3.3.5) + capistrano-stats (~> 1.1.0) i18n rake (>= 10.0.0) sshkit (~> 1.3) @@ -77,6 +78,7 @@ GEM capistrano-rvm (0.1.2) capistrano (~> 3.0) sshkit (~> 1.2) + capistrano-stats (1.1.1) capistrano-upload-config (0.5.0) capistrano (>= 3.0) capistrano3-puma (0.8.5) @@ -136,7 +138,7 @@ GEM forgery (0.6.0) globalid (0.3.3) activesupport (>= 4.1.0) - highline (1.6.21) + highline (1.7.0) hike (1.2.3) i18n (0.7.0) ims-lti (1.1.7) @@ -363,8 +365,8 @@ DEPENDENCIES binding_of_caller bootstrap-will_paginate byebug - capistrano (~> 3.2.1) - capistrano-rails (~> 1.1) + capistrano (~> 3.3.0) + capistrano-rails capistrano-rvm capistrano-upload-config capistrano3-puma diff --git a/config/deploy.rb b/config/deploy.rb index 2156b44b..af5ded9e 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -1,6 +1,3 @@ -# config valid only for Capistrano 3.1 -lock '3.2.1' - set :application, 'code_ocean' set :config_example_suffix, '.example' set :deploy_to, '/var/www/app'