#!/bin/bash

set -e

echo "Installing latest rubygems / bundler"
yes | gem update --system
yes | gem install bundler
