summary refs log tree commit diff
path: root/Documentation/scripts
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2022-08-12 08:14:15 +0000
committerAlyssa Ross <hi@alyssa.is>2022-08-12 08:34:43 +0000
commit74003c57ab0adf65d6c88b274f3215179c405ffd (patch)
tree76ecd505c66af7aafaf0b5d33229baa0a5e1099b /Documentation/scripts
parent2c64a109a453f0f81fcfdf9ba6dd2ca0659283c6 (diff)
downloadspectrum-74003c57ab0adf65d6c88b274f3215179c405ffd.tar
spectrum-74003c57ab0adf65d6c88b274f3215179c405ffd.tar.gz
spectrum-74003c57ab0adf65d6c88b274f3215179c405ffd.tar.bz2
spectrum-74003c57ab0adf65d6c88b274f3215179c405ffd.tar.lz
spectrum-74003c57ab0adf65d6c88b274f3215179c405ffd.tar.xz
spectrum-74003c57ab0adf65d6c88b274f3215179c405ffd.tar.zst
spectrum-74003c57ab0adf65d6c88b274f3215179c405ffd.zip
Documentation: add script to update gems
Signed-off-by: Alyssa Ross <hi@alyssa.is>
Diffstat (limited to 'Documentation/scripts')
-rwxr-xr-xDocumentation/scripts/update-gems.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/scripts/update-gems.sh b/Documentation/scripts/update-gems.sh
new file mode 100755
index 0000000..7ba98d8
--- /dev/null
+++ b/Documentation/scripts/update-gems.sh
@@ -0,0 +1,9 @@
+#! /usr/bin/env nix-shell
+#! nix-shell -i bash -p bundler bundix
+# SPDX-FileCopyrightText: 2022 Unikie
+# SPDX-License-Identifier: EUPL-1.2+
+
+set -euo pipefail
+
+bundle lock --update
+bundix -l