mirror of
https://github.com/ruby/ruby.git
synced 2025-09-17 17:43:59 +02:00
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:
parent
40e0b1e123
commit
f4e6e78410
30 changed files with 965 additions and 734 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue