#!/usr/bin/bash
###############################################################################

set -euo pipefail

###############################################################################

IFS=$'\n\t'

###############################################################################

set -vx

###############################################################################

bundle install

###############################################################################
