Skip to content

Update bundler from 2.4.6 to 2.4.22

Clemens Beck requested to merge sync-bundler-version-with-gitlab-org into master

What does this MR do?

Update bundler from 2.4.6 to 2.4.22

Sync the bundler version with gitlab-org/gitlab.

Changelog: changed

gitlab-org/gitlab bundler version: https://gitlab.com/gitlab-org/gitlab/-/blob/80bbcb8a2502a89175232b9fc99d08e7b04c1598/Gemfile.lock#L2101

Bundler installs the bundler version in Gemfile.lock anyway, but this way we end up installing two versions. This MR bumps the CNG bundler version so that the final images have only one bundler version installed.

Test Plan

> docker run -ti --rm registry.gitlab.com/gitlab-org/build/cng/gitlab-toolbox-ee:master gem list | grep bundler
bundler (default: 2.4.22, 2.4.6)
> docker run -ti --rm registry.gitlab.com/gitlab-org/build/cng/gitlab-toolbox-ee:sync-bundler-version-with-gitlab-org gem list | grep bundler
bundler (2.4.22)

Related issues

Checklist

See Definition of done.

For anything in this list which will not be completed, please provide a reason in the MR discussion

Required

  • Merge Request Title, and Description are up to date, accurate, and descriptive
  • MR targeting the appropriate branch
  • MR has a green pipeline on GitLab.com
  • When ready for review, MR is labeled "~workflow::ready for review" per the Distribution MR workflow

Expected (please provide an explanation if not completing)

  • Test plan indicating conditions for success has been posted and passes
  • Documentation created/updated
  • Integration tests added to GitLab QA
  • The impact any change in container size has should be evaluated
  • New dependencies are managed with dependencies.io
Edited by Clemens Beck

Merge request reports