Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 358 Bytes

026-bunde-jobs.md

File metadata and controls

12 lines (8 loc) · 358 Bytes

bundle install --jobs

bundle умеет скачивать и устанавливать гемы параллельно:

bundle install --jobs 4

Из документации:

--jobs=[<number>]
The maximum number of parallel download and install jobs. The default is 1.