Skip to content

We're using Forwardable so we need to require it:

Lin Jen-Shin requested to merge require-forwardable into master

You could reproduce the issue by running:

ruby -rgitlab_git -e ''

And this would run:

ruby -rforwardable -rgitlab_git -e ''

Merge request reports