bin/setup-gem-faves@c43cb588aa41
bin/setup-gem-faves
Thu, 08 Jul 2021 12:58:18 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Thu, 08 Jul 2021 12:58:18 -0500
- changeset 922
- c43cb588aa41
- parent 360
-
951e2cf18190
- child 990
-
a4f19f325dea
- permissions
- -rwxr-xr-x
gofumpt is a static dep of gopls, no need for the note to self
#!/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