We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fa6883 commit 432ac84Copy full SHA for 432ac84
lib/rubygems/defaults/jruby_native.rb
@@ -1,4 +1,4 @@
1
class Gem::ConfigFile
2
- PLATFORM_DEFAULTS.delete('install')
3
- PLATFORM_DEFAULTS.delete('update')
+ PLATFORM_DEFAULTS['install'] = '--no-rdoc --no-ri'
+ PLATFORM_DEFAULTS['update'] = '--no-rdoc --no-ri'
4
end
0 commit comments