bundle install
おなじみのbundle install
特に初回は非常に遅いですね。
そんなときには試してみると良いかもしれません。
[--jobs=NUMBER]
これで並列に実行してくれる。
bundle install --path=vendor/bundle --jobs=4
こうしておけばいつでも並列で実行してくれる。
bundle config --global jobs 4
設定確認
% bundle config
Settings are listed in order of priority. The top value will be used.
jobs
Set for the current user (/Users/hoge/.bundle/config): "4"