diff --git a/script/bootstrap b/script/bootstrap index ab50477157..f9ec8b517e 100755 --- a/script/bootstrap +++ b/script/bootstrap @@ -6,5 +6,6 @@ export CC=gcc command -v bundle >/dev/null 2>&1 || { echo >&2 "Bundler required but not found: gem install bundler"; exit 1; } echo "==> Installing gem dependencies…" - -bundle install --local --binstubs --path vendor/cache "$@" +bundle check --path vendor/cache 2>&1 || { + bundle install --path vendor/cache +} 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