summaryrefslogtreecommitdiff
path: root/bin/setup
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-05-07 13:14:07 -0600
committermo khan <mo.khan@gmail.com>2020-05-07 13:14:07 -0600
commit4547cb88a5808d493223c7261d1beda2cec41b16 (patch)
tree9de2a9cb20969b0df04b2414d738a482fa011217 /bin/setup
parentb1433ffe0b9f139857e92d66fc6475dbe4303ff6 (diff)
Clean up build scripts and expression specs
Diffstat (limited to 'bin/setup')
-rwxr-xr-xbin/setup5
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/setup b/bin/setup
index 3372dd0..3fe8847 100755
--- a/bin/setup
+++ b/bin/setup
@@ -2,5 +2,8 @@
set -euo pipefail
IFS=$'\n\t'
+ruby -v
+gem install bundler --conservative -v '~> 2.0'
+git submodule update --init
bundle check || bundle install --jobs "$(sysctl -n hw.ncpu || nproc)"
-bundle exec ./exe/spandx pull
+ruby -Ilib ./exe/spandx pull