summaryrefslogtreecommitdiff
path: root/bin/setup
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-06-12 16:24:49 -0600
committermo khan <mo.khan@gmail.com>2020-06-12 16:24:49 -0600
commit9b92ff79c566d323ae01c8c41e7103ac6059dd8b (patch)
tree4103755efabb824e3a993200a4061b85d8c06ca3 /bin/setup
parent66a105569df225f5c1a7c0fe4229fc276f4ea584 (diff)
Clean up build scripts
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