summary refs log tree commit diff
path: root/Documentation/scripts/update-gems.sh
blob: d70f55f001777a4d509c901ec5d558c63abe1c56 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#! /usr/bin/env nix-shell
#! nix-shell -i bash -p bundler bundix

# SPDX-FileCopyrightText: 2022 Unikie
# SPDX-License-Identifier: EUPL-1.2+

# shellcheck shell=bash

set -euo pipefail

bundle lock --update
bundix -l