# HG changeset patch # User Balasankar 'Balu' C <balasankar@gitlab.com> # Date 1665094727 0 # Thu Oct 06 22:18:47 2022 +0000 # Node ID 10ea2691440d58b0404f89c3fc4d1c4428259c3a # Parent 91c37c39d0d64f76a423b1d8fd9904ce4772c16e Build Omnibus GitLab using Ruby 3 - Use Ruby 3 to build GitLab instead of Ruby 2 Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com> diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -39,7 +39,7 @@ # will use images from that registry and not depend on GitLab.com BUILDER_IMAGE_REGISTRY: "registry.gitlab.com/gitlab-org/gitlab-omnibus-builder" PUBLIC_BUILDER_IMAGE_REGISTRY: "registry.gitlab.com/gitlab-org/gitlab-omnibus-builder" - BUILDER_IMAGE_REVISION: "3.11.0" + BUILDER_IMAGE_REVISION: "3.12.0" # The registry to pull the assets image from ASSET_REGISTRY: "${CI_REGISTRY}" ASSET_SYNC_EXISTING_REMOTE_FILES: "keep" diff --git a/.ruby-version b/.ruby-version --- a/.ruby-version +++ b/.ruby-version @@ -1,1 +1,1 @@ -2.7.5 +3.0.4