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
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Modified script/bootstrap#893

Merged
hubot merged 1 commit intomasterfromupdate-1446916782
Nov 7, 2015
Merged
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletionsscript/bootstrap
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -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
}

[8]ページ先頭

©2009-2025 Movatter.jp