bin/setup in consenter-1.0.2 vs bin/setup in consenter-1.0.3
- old
+ new
@@ -1,8 +1,13 @@
#!/usr/bin/env bash
set -euo pipefail
IFS=$'\n\t'
set -vx
+rbenv install -s
+gem install --conservative bundler
bundle install
-# Do any other automated setup that you need to do here
+set +vxeu
+echo
+
+# That's all Folks!