summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2021-02-04 22:02:39 -0700
committermo khan <mo@mokhan.ca>2021-02-04 22:02:39 -0700
commitfa1efcf34f6191f880de112d2e923677f7c3937e (patch)
tree9f3ef8aff213e16b3d85aadb006fee0bc392e458
parenta44d4f786239314abbd780f71a447e451fa0ae93 (diff)
chore: remove install bundler
-rwxr-xr-xbin/setup2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/setup b/bin/setup
index fe2d822..ad719f0 100755
--- a/bin/setup
+++ b/bin/setup
@@ -1,8 +1,6 @@
#!/bin/sh
set -e
-ruby -v
-gem install bundler --conservative -v '~> 2.0'
git submodule update --init
bundle install