summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/update-gems.sh3
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';