Merge RubyGems-3.3.11 and Bundler-2.3.11

This commit is contained in:
Hiroshi SHIBATA 2022-05-02 19:42:15 +09:00 committed by nagachika
parent ec5dae0d81
commit 8ba584ff3c
69 changed files with 1603 additions and 119 deletions

View file

@ -123,6 +123,9 @@ class Gem::Ext::Builder
Gem::Ext::RakeBuilder
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)
else
build_error("No builder for extension '#{extension}'")
end