small fixes based on review

This commit is contained in:
Richard Littauer
2018-06-11 16:43:02 +02:00
parent b2651fc26a
commit 4a5703b4ce
3 changed files with 9 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ set -e
export CC=gcc
echo "==> Installing gem dependencies…"
gem install bundle
which bundle || gem install bundle
bundle check --path vendor/gems 2>&1 > /dev/null || {
time bundle install --binstubs bin --path vendor/gems
}