diff --git a/script/update_rubygems_and_install_bundler b/script/update_rubygems_and_install_bundler index 3795980ff..581319916 100755 --- a/script/update_rubygems_and_install_bundler +++ b/script/update_rubygems_and_install_bundler @@ -4,5 +4,5 @@ set -e -yes | gem update --system -yes | gem install bundler +yes | gem update --system --no-document +yes | gem install bundler --no-document