Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(PA-6422) Update rubygems patch for ruby 3.2.4
Previously, our rubygems patch wasn't being applied when cross compiling using ruby 3.2.3 or 3.2.4 as the "base" ruby because builder.rb changed: - cmd = Gem.ruby.shellsplit + cmd = Shellwords.split(Gem.ruby) Update our patch to match. Also raise if pl-ruby/homebrew version is newer than 3.2.4, so we know to update patch.
- Loading branch information