#!/usr/bin/env nix-shell
#! nix-shell -i bash -p bash bundler bundix
set -e
cd "$(dirname "${BASH_SOURCE[0]}")"
rm -f Gemfile.lock
bundler lock
bundix