Update Capistrano libraries with last versions

This commit is contained in:
Nicolas Lœuillet
2016-02-29 15:31:43 +01:00
parent 1e18360cc7
commit 8edf89b29e
2 changed files with 10 additions and 15 deletions

View File

@ -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'