From 9b92ff79c566d323ae01c8c41e7103ac6059dd8b Mon Sep 17 00:00:00 2001 From: mo khan Date: Fri, 12 Jun 2020 16:24:49 -0600 Subject: Clean up build scripts --- bin/setup | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'bin/setup') 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 -- cgit v1.2.3