From 8edf89b29eb546c7d5f0592c9cdbbc6f8bc4ebaa Mon Sep 17 00:00:00 2001 From: =?utf8?q?Nicolas=20L=C5=93uillet?= Date: Mon, 29 Feb 2016 15:31:43 +0100 Subject: [PATCH] Update Capistrano libraries with last versions --- Gemfile | 4 ++-- Gemfile.lock | 21 ++++++++------------- 2 files changed, 10 insertions(+), 15 deletions(-) diff --git a/Gemfile b/Gemfile index 467db381..31f887a9 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,5 @@ source "https://rubygems.org" -gem 'capistrano', '~> 3.1' -gem 'capistrano-symfony', '~> 0.1', :github => 'capistrano/symfony' +gem 'capistrano', '~> 3.4' +gem 'capistrano-symfony', '~> 1.0.0.rc1' gem 'capistrano-composer', '~> 0.0.3' diff --git a/Gemfile.lock b/Gemfile.lock index 72043868..aebbeba2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,12 +1,3 @@ -GIT - remote: git://github.com/capistrano/symfony.git - revision: ca56a01b817097d2831400ef9b1867fc8e07dcf8 - specs: - capistrano-symfony (0.4.0) - capistrano (~> 3.1) - capistrano-composer (~> 0.0.3) - capistrano-file-permissions (~> 0.1.0) - GEM remote: https://rubygems.org/ specs: @@ -16,8 +7,12 @@ GEM sshkit (~> 1.3) capistrano-composer (0.0.6) capistrano (>= 3.0.0.pre) - capistrano-file-permissions (0.1.1) + capistrano-file-permissions (1.0.0) + capistrano (~> 3.0) + capistrano-symfony (1.0.0.rc1) capistrano (~> 3.1) + capistrano-composer (~> 0.0.3) + capistrano-file-permissions (~> 1.0) colorize (0.7.7) i18n (0.7.0) net-scp (1.2.1) @@ -33,9 +28,9 @@ PLATFORMS ruby DEPENDENCIES - capistrano (~> 3.1) + capistrano (~> 3.4) capistrano-composer (~> 0.0.3) - capistrano-symfony (~> 0.1)! + capistrano-symfony (~> 1.0.0.rc1) BUNDLED WITH - 1.10.6 + 1.11.2 -- 2.41.0