#!/usr/bin/env bash set -euo pipefail # output debugging info ruby --version printf "rubygems %s\n" "$(gem --version)" bundle version exec "${@}"