Merge RubyGems 3.4.6 and Bundler 2.4.6 (#7214)

Merge RubyGems-3.4.6 and Bundler-2.4.6
This commit is contained in:
Hiroshi SHIBATA 2023-02-01 12:05:19 +09:00 committed by GitHub
parent 40e0b1e123
commit f4e6e78410
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
30 changed files with 965 additions and 734 deletions

View file

@ -131,8 +131,7 @@ class Gem::Ext::Builder
when /CMakeLists.txt/ then
Gem::Ext::CmakeBuilder
when /Cargo.toml/ then
# We use the spec name here to ensure we invoke the correct init function later
Gem::Ext::CargoBuilder.new(@spec)
Gem::Ext::CargoBuilder.new
else
build_error("No builder for extension '#{extension}'")
end