Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Take advantage of bundler's parallelism
20 jobs is somewhat arbitrary. Parallelism need not be limited to the number of logical cores. Because installing gems is such an IO-intensive task, generally not CPU-bound, we can typically see big speed wins by starting many at once.
- Loading branch information