* reverting bundle command to see if it makes build work

This commit is contained in:
Seth Call 2013-09-02 16:06:25 +00:00
parent 9496a0d4e3
commit 4a7c57da9e
1 changed files with 1 additions and 1 deletions

2
build
View File

@ -13,7 +13,7 @@ rm -rf vendor/bundle
rm -rf tmp/capybara
rm Gemfile.lock # if we don't want versions to float, pin it in the Gemfile, not count on Gemfile.lock
# put all dependencies into vendor/bundle
#bundle install --path vendor/bundle
bundle install --path vendor/bundle
bundle update
# clean assets, because they may be lingering from last build