We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa00163 commit ee951f3Copy full SHA for ee951f3
1 file changed
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/null 2>&1 || {
8
time bundle install --binstubs bin --path vendor/gems
9
}
10
0 commit comments