bin/setup-gem-faves@1bb170fcd13b
bin/setup-gem-faves
Thu, 08 Jul 2021 12:59:19 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Thu, 08 Jul 2021 12:59:19 -0500
- changeset 923
- 1bb170fcd13b
- parent 360
-
951e2cf18190
- child 990
-
a4f19f325dea
- permissions
- -rwxr-xr-x
cursed: gopls ignores structured or namespaced config, only the final key name matters
#!/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