summary refs log tree commit diff
path: root/Documentation/scripts/update-gems.sh
blob: a56f051aece192f119b1ea72c6ae4497c46c453f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#! /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

cd "$(dirname "$0")/.."
bundle lock --update
bundix -l