about summary refs log tree commit diff
path: root/nixpkgs/pkgs/tools/admin/fastlane/update
blob: 22d1e52e2977a3909caca3bdec64c84f9da9caf4 (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 -r ~/.gem
fi