do not fail when common_deploy is not installed
This commit is contained in:
parent
8929f69dc4
commit
a1a469da03
2 changed files with 1 additions and 23 deletions
2
Gemfile
2
Gemfile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue