bin/setup-gem-faves@d690f45fd713
bin/setup-gem-faves
Mon, 14 Oct 2019 17:14:16 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Mon, 14 Oct 2019 17:14:16 -0500
- changeset 798
- d690f45fd713
- parent 360
-
951e2cf18190
- child 990
-
a4f19f325dea
- permissions
- -rwxr-xr-x
simplify - there's no need to handle other branches or moves in this
#!/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