bin/setup-gem-faves

Wed, 15 Aug 2018 13:26:46 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Wed, 15 Aug 2018 13:26:46 -0400
changeset 713
650ca91e3197
parent 360
951e2cf18190
child 990
a4f19f325dea
permissions
-rwxr-xr-x

copy binaries in case build fails

#!/bin/sh
set -eu

if ! bundle --version >/dev/null 2>&1; then
  gem install bundler
fi

rm -f ~/.Gemfile.lock
exec bundle install --system --jobs=2 --gemfile=~/.Gemfile

mercurial