archives/ruby3.2: new aport

This commit is contained in:
Antoine Martin 2024-08-09 22:28:02 -04:00
parent cda65a1f03
commit c434b5145e
Signed by: ayakael
GPG key ID: D62A472A4AA7D541
6 changed files with 443 additions and 0 deletions

View file

@ -0,0 +1,20 @@
Don't install bundled gems - we package them separately.
--- a/tool/rbinstall.rb
+++ b/tool/rbinstall.rb
@@ -990,6 +990,7 @@
end
end
+=begin XXX-Patched
install?(:ext, :comm, :gem, :'bundled-gems') do
gem_dir = Gem.default_dir
install_dir = with_destdir(gem_dir)
@@ -1057,6 +1058,7 @@
puts "skipped bundled gems: #{gems.join(' ')}"
end
end
+=end
parse_args()