Skip to content

Commit c1e51d4

Browse files
committed
—no-rdoc no longer exists in modern gem tool
1 parent 8924cc0 commit c1e51d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/test_basics.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
desc "Install developer dependencies"
4848
task 'test:install_deps' do
49-
gem_install = PlatformInfo.gem_command + " install --no-rdoc --no-ri"
49+
gem_install = PlatformInfo.gem_command + " install --no-document"
5050
gem_install = "#{PlatformInfo.ruby_sudo_command} #{gem_install}" if boolean_option('SUDO')
5151
default = boolean_option('DEVDEPS_DEFAULT', true)
5252
install_base_deps = boolean_option('BASE_DEPS', default)

0 commit comments

Comments
 (0)