Merge RubyGems/Bundler master

fe96fb6e2a
This commit is contained in:
Hiroshi SHIBATA 2022-03-16 20:52:46 +09:00
parent 7c141f996b
commit 6dc314ac6d
Notes: git 2022-04-28 19:09:15 +09:00
19 changed files with 1372 additions and 12 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