bin/setup-gem-faves@bdbfa576e84f
bin/setup-gem-faves
Wed, 03 Apr 2019 03:11:25 -0400
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Wed, 03 Apr 2019 03:11:25 -0400
- changeset 752
- bdbfa576e84f
- parent 360
-
951e2cf18190
- child 990
-
a4f19f325dea
- permissions
- -rwxr-xr-x
git likes to wait on hooks if you keep STD* open
#!/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