From 19a70fa7e58f7d80c9099a3837ac7049c71c4e98 Mon Sep 17 00:00:00 2001 From: Karl Hallsby Date: Sat, 18 Jul 2020 14:45:28 -0500 Subject: Write script to update all necessary ruby gems --- scripts/update-gems.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 scripts/update-gems.sh 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'; -- cgit v1.2.3