#! /usr/bin/env bash

set -e

echo "==> Running \`bundle install\`"
bundle install
