diff options
author | Karl Hallsby <karl@hallsby.com> | 2020-07-18 14:45:28 -0500 |
---|---|---|
committer | Karl Hallsby <karl@hallsby.com> | 2020-07-18 14:45:28 -0500 |
commit | 19a70fa7e58f7d80c9099a3837ac7049c71c4e98 (patch) | |
tree | 1998813e2934a5da6f3a567f3bc10fad76dbc673 | |
parent | 51aa7aa18420733b0fb6ea5fb380488c42a15ef8 (diff) |
Write script to update all necessary ruby gems
-rwxr-xr-x | scripts/update-gems.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/update-gems.sh b/scripts/update-gems.sh new file mode 100755 index 0000000..993e03e --- /dev/null +++ b/scripts/update-gems.sh @@ -0,0 +1,3 @@ +#! /usr/bin/env sh +nix-shell -p bundler --run 'bundle lock --update'; +nix-shell -p bundix --run 'bundix'; |