#!/bin/bash
set -euo pipefail
IFS=$'\n\t'

bundle config set path 'vendor/gems'
bundle install
