bin/homedir-gems@2f0459c97d3e
bin/homedir-gems
Fri, 20 May 2016 09:38:12 -0400
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Fri, 20 May 2016 09:38:12 -0400
- changeset 312
- 2f0459c97d3e
- parent 275
-
c636b6086bb2
- permissions
- -rwxr-xr-x
add build notes
#!/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