summaryrefslogtreecommitdiff
path: root/scripts/update-gems.sh
blob: 993e03ee614bdbb55abed21637bf8efe546a8f59 (plain)
1
2
3
#! /usr/bin/env sh
nix-shell -p bundler --run 'bundle lock --update';
nix-shell -p bundix --run 'bundix';