#!/bin/bash -l set -e cd "$(dirname "$0")/.." bundle config --local path vendor bundle config --local jobs "$(nproc)" bundle install