about summary refs log tree commit diff
path: root/pkgs/tools/misc/teamocil/update
blob: 58a7bd4a4539540f9d76cea9438946a43f13954a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env nix-shell
#! nix-shell -i bash -p bash ruby bundler bundix

rm Gemfile.lock
bundler install
bundix

if [ "clean" == "$1" ]; then
  rm -rf ~/.gem
fi