Update to Ruby 3.2.3

Drop `fix-ruby-xfree-for-libxml2.patch` since this now ships with
Ruby 3.2.3. This matches the change in
https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7364.

This is needed to make Omnibus builds work:
https://gitlab.com/gitlab-org/gitlab/-/issues/438816
This commit is contained in:
Stan Hu 2024-03-07 09:30:02 -08:00
parent 4679fb7dd7
commit d44e49909a
No known key found for this signature in database
GPG key ID: 8D3931AD39CC7A20
3 changed files with 2 additions and 26 deletions

View file

@ -235,8 +235,8 @@ function print_ruby_args() {
;;
3.2|3.2.patched)
RUBY_VERSION="3.2.2"
RUBY_DOWNLOAD_SHA256="96c57558871a6748de5bc9f274e93f4b5aad06cd8f37befa0e8d94e7b8a423bc"
RUBY_VERSION="3.2.3"
RUBY_DOWNLOAD_SHA256="af7f1757d9ddb630345988139211f1fd570ff5ba830def1cc7c468ae9b65c9ba"
;;