Skip to content
GitLab
Next
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • G gitlab-build-images
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 20
    • Issues 20
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 6
    • Merge requests 6
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Insights
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • GitLab.orgGitLab.org
  • gitlab-build-images
  • Merge requests
  • !418

Update Ruby 3 to 3.0.2

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Matthias Käppler requested to merge mk-ruby-3.0.2 into master Jul 08, 2021
  • Overview 3
  • Commits 1
  • Pipelines 1
  • Changes 1

This bumps the Ruby 3 images to the latest patch release 3.0.2.

It will unblock labkit-ruby!68

I wasn't sure if I needed to change all the references to custom build images such as ruby-3.0.0.patched-golang-1.14-git-2.31-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-11-graphicsmagick-1.3.36 test: *test_custom but it looks like we match just on the minor version:

3.0|3.0.*)
            RUBY_VERSION="3.0.2"
            RUBY_DOWNLOAD_SHA256="5085dee0ad9f06996a8acec7ebea4a8735e6fac22f22e2d98c3f2bc3bef7e6f1"
            ;;

so should be OK?

Edited Jul 08, 2021 by Matthias Käppler
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: mk-ruby-3.0.2