This repository has been archived by the owner on Mar 17, 2023. It is now read-only.
There is a race condition somewhere in Bundler or Rubygems that causes builds to fail when it tries to build two native extensions at the same time. This adds a new config option bundle_jobs
that allows you work around to the problem by setting the number of parallel workers.