#!/usr/bin/env bash # -*- encoding: utf-8 -*- # -*- frozen_string_literal: true -*- # -*- warn_indent: true -*- set -euo pipefail IFS=$'\n\t' set -vx bundle install # Do any other automated setup that you need to do here