8000 Merge pull request #893 from github/update-1446916782 · xanoinc/developer.github.com@c4018ab · GitHub
[go: up one dir, main page]

Skip to content

Commit c4018ab

Browse files
committed
Merge pull request github#893 from github/update-1446916782
2 parents ebad539 + 0e753c0
8000
 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
ech 4FCE o "==> 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)
0