diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-11-27 11:52:41 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-11-27 16:45:10 +0900 |
| commit | 24889e44f779ee86cb38569fc735f33f05992c0b (patch) | |
| tree | 553acb66250d2248fe63697701d63271b8247f77 /lib | |
| parent | c41af37ee64e4fec5f09916485123e8f9ec002cb (diff) | |
Rename environment name to more descriptive
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/12179
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/bundled_gems.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundled_gems.rb b/lib/bundled_gems.rb index 2a00e83a46..96489257d7 100644 --- a/lib/bundled_gems.rb +++ b/lib/bundled_gems.rb @@ -53,7 +53,7 @@ module Gem::BUNDLED_GEMS WARNED = {} # unfrozen conf = ::RbConfig::CONFIG - if ENV["TEST_BUNDLED_GEMS"] + if ENV["TEST_BUNDLED_GEMS_FAKE_RBCONFIG"] LIBDIR = (File.expand_path(File.join(__dir__, "..", "lib")) + "/").freeze rubyarchdir = $LOAD_PATH.find{|path| path.include?(".ext/common") } ARCHDIR = (File.expand_path(rubyarchdir) + "/").freeze |
