8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ebad539 + 0e753c0 8000 commit c4018abCopy full SHA for c4018ab
script/bootstrap
@@ -6,5 +6,6 @@ export CC=gcc
6
command -v bundle >/dev/null 2>&1 || { echo >&2 "Bundler required but not found: gem install bundler"; exit 1; }
7
8
ech 4FCE o "==> Installing gem dependencies…"
9
-
10
-bundle install --local --binstubs --path vendor/cache "$@"
+bundle check --path vendor/cache 2>&1 || {
+ bundle install --path vendor/cache
11
+}
0 commit comments