You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
434 B
14 lines
434 B
diff -u -r ../ruby-2.4.0/lib/rubygems/defaults.rb ./lib/rubygems/defaults.rb
|
|
--- ../ruby-2.4.0/lib/rubygems/defaults.rb 2016-06-24 06:13:11.000000000 +0200
|
|
+++ ./lib/rubygems/defaults.rb 2017-01-31 22:53:59.125074751 +0100
|
|
@@ -191,6 +191,9 @@
|
|
# end
|
|
|
|
def self.platform_defaults
|
|
- {}
|
|
+ {
|
|
+ 'install' => '--no-rdoc --no-ri --env-shebang',
|
|
+ 'update' => '--no-rdoc --no-ri --env-shebang'
|
|
+ }
|
|
end
|
|
end
|
|
|