Skip to content

Fixed failed CI on ruby < 2.3

sue445 requested to merge feature/gitlab_4.6.0 into master

https://gitlab.com/sue445/gitlab_awesome_release/-/jobs/110634117

+ bundle install --path=vendor/bundle/ --jobs=2 --retry=3
Don't run Bundler as root. Bundler can ask for sudo if it is needed, and
installing your bundle as root will break this application for all non-root
users on this machine.
Fetching gem metadata from https://rubygems.org/...........
Fetching version metadata from https://rubygems.org/.
Resolving dependencies...
gitlab-4.6.1 requires ruby version >= 2.3, which is incompatible with the
current version, ruby 2.2.6p396
ERROR: Job failed: exit code 1
Edited by sue445

Merge request reports