#!/bin/bash
set -e

bundle install --path vendor/bundle
bundle binstub rake
