summaryrefslogtreecommitdiff
path: root/bin/setup
blob: 67d919320aadcacf579a3c925d5e64431255d735 (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/env bash
set -euo pipefail
IFS=$'\n\t'
set -vx

gem install bundler --conservative
bundle update
bin/rake clobber