summaryrefslogtreecommitdiff
path: root/bin/setup
diff options
context:
space:
mode:
Diffstat (limited to 'bin/setup')
-rwxr-xr-xbin/setup5
1 files changed, 2 insertions, 3 deletions
diff --git a/bin/setup b/bin/setup
index dce67d8..1c303f4 100755
--- a/bin/setup
+++ b/bin/setup
@@ -1,8 +1,7 @@
#!/usr/bin/env bash
set -euo pipefail
IFS=$'\n\t'
-set -vx
+ruby -v
+gem install bundler -v '~> 2.0'
bundle install
-
-# Do any other automated setup that you need to do here