From 8259aaedf6b97f32e15a2e9fd91c58e31c2f34ea Mon Sep 17 00:00:00 2001 From: Tobias Urdin Date: Tue, 1 Sep 2020 17:58:28 +0200 Subject: [PATCH] Replace gem --no-ri and --no-rdoc with --no-document Change-Id: I6c35687bab5b0b5ab372122304cc44c400d091ab --- doc/source/contributor/testing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/contributor/testing.rst b/doc/source/contributor/testing.rst index c0c6ff9..e4e7366 100644 --- a/doc/source/contributor/testing.rst +++ b/doc/source/contributor/testing.rst @@ -127,7 +127,7 @@ Running beaker elif [ -f /usr/bin/apt-get ]; then sudo service ssh restart fi - sudo gem install bundler --no-rdoc --no-ri --verbose + sudo gem install bundler --no-document --verbose mkdir .bundled_gems export GEM_HOME=`pwd`/.bundled_gems bundle install