summaryrefslogtreecommitdiff
path: root/lib/rubygems/config_file.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-03-17 20:47:00 +0900
committergit <svn-admin@ruby-lang.org>2024-02-20 05:33:16 +0000
commitf75b9dbf7dd86f8fa6777a9c9c960c310c940261 (patch)
tree6f50ac5cfcc596dc63658818c1def88a8d642c53 /lib/rubygems/config_file.rb
parentf2d453347f9174f6abf2abf8b2d870c5fccabdfb (diff)
[rubygems/rubygems] Keep Gem.install_extension_in_lib for compatibility
https://github.com/rubygems/rubygems/commit/b2bf239147
Diffstat (limited to 'lib/rubygems/config_file.rb')
-rw-r--r--lib/rubygems/config_file.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rubygems/config_file.rb b/lib/rubygems/config_file.rb
index 886bd66953..6f83fe2c79 100644
--- a/lib/rubygems/config_file.rb
+++ b/lib/rubygems/config_file.rb
@@ -47,6 +47,7 @@ class Gem::ConfigFile
DEFAULT_CONCURRENT_DOWNLOADS = 8
DEFAULT_CERT_EXPIRATION_LENGTH_DAYS = 365
DEFAULT_IPV4_FALLBACK_ENABLED = false
+ # TODO: Use false as default value for this option in RubyGems 4.0
DEFAULT_INSTALL_EXTENSION_IN_LIB = true
##