#!/bin/sh # Configure bundler to use local vendor path bundle config set --local path 'vendor/bundle' # Install gems bundle install