diff --git a/build b/build index 57ee15b90..05e12fa06 100755 --- a/build +++ b/build @@ -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