summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-03-09 09:40:49 -0600
committermo khan <mo.khan@gmail.com>2020-03-09 09:40:49 -0600
commitcc12b3955b5bcf7e91203ddf1847b33e7056f6d5 (patch)
tree80710b4f8d5ed1ba5fb3a7bc0775e18973579381 /bin
parent98fcc82b5c48df395cb3812b888ba0a0c9104727 (diff)
Remove --with option in setup
Diffstat (limited to 'bin')
-rwxr-xr-xbin/setup2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/setup b/bin/setup
index 5fa5ac9..da654a1 100755
--- a/bin/setup
+++ b/bin/setup
@@ -5,4 +5,4 @@ set -e
cd "$(dirname "$0")/.."
gem install bundler --conservative -v '~> 2.0'
-bundle install --with "development:test"
+bundle install