We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8924cc0 commit c1e51d4Copy full SHA for c1e51d4
build/test_basics.rb
@@ -46,7 +46,7 @@
46
47
desc "Install developer dependencies"
48
task 'test:install_deps' do
49
- gem_install = PlatformInfo.gem_command + " install --no-rdoc --no-ri"
+ gem_install = PlatformInfo.gem_command + " install --no-document"
50
gem_install = "#{PlatformInfo.ruby_sudo_command} #{gem_install}" if boolean_option('SUDO')
51
default = boolean_option('DEVDEPS_DEFAULT', true)
52
install_base_deps = boolean_option('BASE_DEPS', default)
0 commit comments