bin/setup-gem-faves@349ea9f736b9
bin/setup-gem-faves
Mon, 07 Mar 2022 23:11:41 -0600
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Mon, 07 Mar 2022 23:11:41 -0600
- changeset 985
- 349ea9f736b9
- parent 360
-
951e2cf18190
- child 990
-
a4f19f325dea
- permissions
- -rwxr-xr-x
try to use the same python as hg automatically
#!/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