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.
1 parent fa00163 commit ee951f3Copy full SHA for ee951f3
script/bootstrap
@@ -4,7 +4,7 @@ set -e
4
export CC=gcc
5
6
echo"==> Installing gem dependencies…"
7
-bundle config set --local path 'vendor/gems'2>&1>/dev/null ||{
+bundle config set --local path 'vendor/gems'>/dev/null2>&1||{
8
time bundle install --binstubs bin --path vendor/gems
9
}
10
0 commit comments