* clean up vendor/bundle

This commit is contained in:
Seth Call 2013-01-14 00:02:32 -06:00
parent e00c4884f6
commit 35db905ace
1 changed files with 1 additions and 1 deletions

2
build
View File

@ -10,7 +10,7 @@ mkdir $DIR/target
mkdir $DIR/target/deb
# put all dependencies into vendor/bundle
#rm -rf vendor/bundle
rm -rf vendor/bundle
bundle install --path vendor/bundle
bundle update