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
|
# Deploy with Capistrano
|
||||||
gem 'capistrano', '2.13.5'
|
gem 'capistrano', '2.13.5'
|
||||||
gem 'capistrano-ext'
|
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
|
end
|
||||||
|
|
22
Gemfile.lock
22
Gemfile.lock
|
@ -18,15 +18,6 @@ GIT
|
||||||
acts_as_versioned (0.6.0)
|
acts_as_versioned (0.6.0)
|
||||||
activerecord (>= 3.0.9)
|
activerecord (>= 3.0.9)
|
||||||
|
|
||||||
PATH
|
|
||||||
remote: ../../common_deploy
|
|
||||||
specs:
|
|
||||||
common_deploy (0.0.1)
|
|
||||||
capistrano (>= 2.13.5)
|
|
||||||
capistrano-ext
|
|
||||||
capistrano-resque (~> 0.1.0)
|
|
||||||
rvm-capistrano
|
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
|
@ -76,10 +67,6 @@ GEM
|
||||||
net-ssh-gateway (>= 1.1.0)
|
net-ssh-gateway (>= 1.1.0)
|
||||||
capistrano-ext (1.2.1)
|
capistrano-ext (1.2.1)
|
||||||
capistrano (>= 1.0.0)
|
capistrano (>= 1.0.0)
|
||||||
capistrano-resque (0.1.0)
|
|
||||||
capistrano
|
|
||||||
resque
|
|
||||||
resque-scheduler
|
|
||||||
chronic (0.9.0)
|
chronic (0.9.0)
|
||||||
client_side_validations (3.1.4)
|
client_side_validations (3.1.4)
|
||||||
coderay (1.0.8)
|
coderay (1.0.8)
|
||||||
|
@ -206,16 +193,8 @@ GEM
|
||||||
redis-namespace (~> 1.2)
|
redis-namespace (~> 1.2)
|
||||||
sinatra (>= 0.9.2)
|
sinatra (>= 0.9.2)
|
||||||
vegas (~> 0.1.2)
|
vegas (~> 0.1.2)
|
||||||
resque-scheduler (2.0.1)
|
|
||||||
redis (>= 2.0.1)
|
|
||||||
resque (>= 1.20.0)
|
|
||||||
rufus-scheduler
|
|
||||||
ruby-prof (0.11.2)
|
ruby-prof (0.11.2)
|
||||||
ruby-rc4 (0.1.5)
|
ruby-rc4 (0.1.5)
|
||||||
rufus-scheduler (2.0.19)
|
|
||||||
tzinfo (>= 0.3.23)
|
|
||||||
rvm-capistrano (1.3.0)
|
|
||||||
capistrano (>= 2.0.0)
|
|
||||||
sass (3.2.1)
|
sass (3.2.1)
|
||||||
sass-rails (3.2.5)
|
sass-rails (3.2.5)
|
||||||
railties (~> 3.2.0)
|
railties (~> 3.2.0)
|
||||||
|
@ -287,7 +266,6 @@ DEPENDENCIES
|
||||||
capistrano-ext
|
capistrano-ext
|
||||||
client_side_validations
|
client_side_validations
|
||||||
coffee-rails (~> 3.2.1)
|
coffee-rails (~> 3.2.1)
|
||||||
common_deploy!
|
|
||||||
daemons
|
daemons
|
||||||
exception_notification
|
exception_notification
|
||||||
haml-rails
|
haml-rails
|
||||||
|
|
Loading…
Reference in a new issue