#!/usr/bin/env bash set -euo pipefail IFS=$'\n\t' set -vx bundle config set path '.bundle' bundle install bundle exec appraisal install # Do any other automated setup that you need to do here