diff --git a/build b/build index 240f646fb..0cb842ea4 100755 --- a/build +++ b/build @@ -8,7 +8,7 @@ mkdir $DIR/target mkdir $DIR/target/deb # put all dependencies into vendor/bundle -#rm -rf vendor/bundle +rm -rf vendor/bundle echo "updating dependencies" bundle install --path vendor/bundle