bin/homedir-gems@953e3a78a89a
bin/homedir-gems
Fri, 27 May 2016 20:09:03 -0400
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Fri, 27 May 2016 20:09:03 -0400
- changeset 326
- 953e3a78a89a
- parent 275
-
c636b6086bb2
- permissions
- -rwxr-xr-x
config tweaking
#!/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