Skip to content

Begin loading Ruby 2.7.6 for folks using GDK

Evan Read requested to merge eread/preload-ruby-2_7_6-in-gdk into main

What does this Merge Request do and why?

I'm pretty confident that we're using Ruby 2.7.6 in our CI/CD build images: https://gitlab.com/gitlab-org/gitlab-build-images. It seems like it's time to use Ruby 2.7.6 locally in GDK?

I figure we can introduce it (for folks not working with gitlab-docs) as a gitlab-development-kit dependency, and then the other projects can came across when ready.

CC @stanhu

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 Issue to follow-up.
  • Documentation added/updated, if needed.
  • gdk doctor test added, if needed.
  • Add the ~highlight label if this MR should be included in the CHANGELOG.md.

Merge request reports