Skip to content

Simplify loading of required Ruby files

Stan Hu requested to merge sh-simplify-gitaly-require into master

We can use File.expand_path and require to load the absolute filename rather than depend on case-sensitive substitutions.

This is a follow-up to #2538 (closed).

Edited by GitLab Release Tools Bot

Merge request reports