Skip to content

Upgrade bundler for the GitLab Backup CLI gem

What does this MR do and why?

Backports !165364 (merged) to 17-3-stable-ee to fix broken pipelines for gems/gitlab-backup-cli .

Upgrade Bundler to fix master build failures:

bundler: failed to load command: rubocop (/builds/gitlab-org/gitlab/gems/gitlab-backup-cli/vendor/ruby/3.2.0/bin/rubocop)
/usr/local/bundle/gems/bundler-2.5.7/lib/bundler/runtime.rb:304:in `check_for_activated_spec!': You have already activated uri 0.13.1, but your Gemfile requires uri 0.13.0. Prepending `bundle exec` to your command may solve this. (Gem::LoadError)

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Merge request reports