Skip to content

Update Ruby 2.7.2 to 2.7.4

Matthias Käppler requested to merge mk-ruby-2.7.4 into master

This is part of gitlab#335890 (closed).

We now pin the ruby-2.7.2 images to just that version. Previously, updating RUBY_VERSION would mean that clients asking for ruby-2.7.2 would receive a different, newer version instead.

For future updates, I instead introduced a matcher (and the respective image job definitions) for ruby-2.7 and ruby-3.0. These tags will always contain the latest patch releases as specified in RUBY_VERSION.

This approach allows us to ship patches more easily going forward but maintains backwards compatibility with existing repos asking for 2.7.2.

Sanity checks

Looking at some of the pipeline jobs that ran:

Edited by Matthias Käppler

Merge request reports