ed06faf
3f2a396
@@ -3,4 +3,4 @@ set -euo pipefail IFS=$'\n\t' set -vx -bundle check || bundle install --jobs $(nproc) +bundle check || bundle install --jobs "$(sysctl -n hw.ncpu || nproc)"