Skip to content

Update MISC_RUBY_PATCHES version

Evan Read requested to merge eread/update-misc-ruby-patches-version into main

What does this merge request do and why?

I noticed when bootstrapping my GDK that I was getting this error:

INFO: Installing mise tools
support/bootstrap: line 71: !version_patches: unbound variable

I believe that's because we have a hard dependency between the version specified there, and the version specified in: https://gitlab.com/gitlab-org/gitlab-development-kit/-/blob/1af1abcf10900e847f235d3653cf26bd3a891b19/.tool-versions#L42.

This MR is very similar to: !3688 (merged).

Impacted categories

The following categories relate to this merge request:

Merge request checklist

  • This change is backward compatible. If not, please include steps to communicate to our users.
  • Tests added for new functionality. If not, please raise an issue to follow-up.
  • Documentation added/updated, if needed.
  • Announcement added, if change is notable.
  • gdk doctor test added, if needed.
  • Add the ~highlight label if this MR should be included in the CHANGELOG.md.

Merge request reports