Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0e753c0

Browse files
author
Hubot
committed
Sync changes from upstream repository
1 parentebad539 commit0e753c0

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/null2>&1|| {echo>&2"Bundler required but not found: gem install bundler";exit 1; }
77

88
echo"==> Installing gem dependencies…"
9-
10-
bundle install --local --binstubs --path vendor/cache"$@"
9+
bundle check --path vendor/cache2>&1|| {
10+
bundle install --path vendor/cache
11+
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp