Skip to content

Make version checks that depend on /gitlab lazy

Jacob Vosmaer requested to merge jv-lazy-bundler-check into master

It appears we have some eager (Ruby load time) checks on the contents of /gitlab/Gemfile.lock and /gitlab/.ruby-version. That is a problem because the gdk command also has to function before GitLab has been cloned into /gitlab.

This change makes these checks lazy instead of eager.

Fixes #741 (closed)

Edited by Jacob Vosmaer

Merge request reports