summaryrefslogtreecommitdiff
path: root/bin/setup
diff options
context:
space:
mode:
Diffstat (limited to 'bin/setup')
-rwxr-xr-xbin/setup4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/setup b/bin/setup
index da654a1..7b7f9fb 100755
--- a/bin/setup
+++ b/bin/setup
@@ -4,5 +4,5 @@ set -e
cd "$(dirname "$0")/.."
-gem install bundler --conservative -v '~> 2.0'
-bundle install
+gem install bundler --conservative -v '~> 2.0' -q
+bundle install --quiet