Skip to content
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit c4018ab

Browse files
committed
Merge pull request #893 from github/update-1446916782
2 parents ebad539 + 0e753c0 commit c4018ab

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

script/bootstrap

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ export CC=gcc
66
command -v bundle >/dev/null 2>&1 || { echo >&2 "Bundler required but not found: gem install bundler"; exit 1; }
77

88
echo "==> Installing gem dependencies…"
9-
10-
bundle install --local --binstubs --path vendor/cache "$@"
9+
bundle check --path vendor/cache 2>&1 || {
10+
bundle install --path vendor/cache
11+
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy