Skip to content

Fix rails console

Nick Thomas requested to merge fix-rails-console-gitlab-shell into master

What does this MR do?

In !26924 (merged) (just merged), Gitlab::Shell#version was promoted to class-level. However, I missed one caller of it! Now rails console is broken :S.

This MR should fix it.

Do you mind looking since you were maintainer for the introducing MR, @jarka ?

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Edited by Nick Thomas

Merge request reports