Skip to content

chore: bump bundler version to aligin with omnibus-gitlab

omnibus-gitlab use bundler version 2.2.15 (https://gitlab.com/gitlab-org/omnibus-gitlab/-/blob/master/Gemfile.lock#L449)

A build failure will occur if the bundler version is not greater than the version used in the Gemfile.lock.

$ bin/omnibus build gitlab
Activating bundler (~> 2.2) failed:
Could not find 'bundler' (2.2.15) required by your /builds/dit/omnibus-gitlab/Gemfile.lock.
To update to the latest version installed on your system, run `bundle update --bundler`.
To install the missing version, run `gem install bundler:2.2.15`
Checked in 'GEM_PATH=/root/.gem/ruby/2.7.0:/usr/local/lib/ruby/gems/2.7.0', execute `gem env` for more information
To install the version of bundler this project requires, run `gem install bundler -v '~> 2.2'`

Merge request reports