mirror of
https://github.com/ruby/ruby.git
synced 2025-09-21 11:33:58 +02:00
Merge RubyGems-3.3.19 and Bundler-2.3.19
This commit is contained in:
parent
0918783347
commit
44c926f3a9
362 changed files with 7843 additions and 7605 deletions
|
@ -47,7 +47,7 @@ class Gem::BasicSpecification
|
|||
# directory.
|
||||
|
||||
def gem_build_complete_path # :nodoc:
|
||||
File.join extension_dir, 'gem.build_complete'
|
||||
File.join extension_dir, "gem.build_complete"
|
||||
end
|
||||
|
||||
##
|
||||
|
@ -103,7 +103,7 @@ class Gem::BasicSpecification
|
|||
|
||||
def extensions_dir
|
||||
Gem.default_ext_dir_for(base_dir) ||
|
||||
File.join(base_dir, 'extensions', Gem::Platform.local.to_s,
|
||||
File.join(base_dir, "extensions", Gem::Platform.local.to_s,
|
||||
Gem.extension_api_version)
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue