Skip to content

Revert ruby version back to 2.7.7 due to pipeline failures

Reuben Pereira requested to merge rp/revert-ruby-3-upgrade into master

What does this MR do and why?

Describe in detail what your merge request does and why.

Pipeline failure caused by Ruby 3: https://ops.gitlab.net/gitlab-org/release/tools/-/jobs/9611603. This failure was caused by positional arguments being passed to a method that takes keyword arguments: auto_deploy/coordinated_pipeline/notifier.rb#L71. In Ruby 2.7.7, this is acceptable, but in Ruby 3, positional and keyword arguments are separated.

Ruby version was upgraded to 3.2.1 in !2248 (merged).

Author Check-list

  • Has documentation been updated?
Edited by Reuben Pereira

Merge request reports

Loading