This commit is contained in:
Alec Leamas 2010-10-17 23:14:07 +02:00
parent 3a3ad1f053
commit a6300ecbdb

View file

@ -193,7 +193,7 @@ set -x
if [ "$BUNDLE_FIX" = 'yes' ]; then
rm -f Gemfile.lock
rm -rf .bundle
bundle update --path="../$bundle_name/bundle"
bundle update
fi
bundle install --deployment \
--path="../$bundle_name/bundle" \