do not fail when common_deploy is not installed

This commit is contained in:
wvengen 2013-06-06 14:54:54 +02:00
parent 8929f69dc4
commit a1a469da03
2 changed files with 1 additions and 23 deletions

View file

@ -64,5 +64,5 @@ group :development do
# Deploy with Capistrano
gem 'capistrano', '2.13.5'
gem 'capistrano-ext'
gem 'common_deploy', require: false, path: '../../common_deploy' #git: 'git://github.com/fsmanuel/common_deploy.git'
#gem 'common_deploy', require: false, path: '../../common_deploy' # pending foodcoops/foodsoft#34, git: 'git://github.com/fsmanuel/common_deploy.git'
end