Skip to content

Use a fixed order when auto-loading Ruby files

Jacob Vosmaer (GitLab) requested to merge ruby-require-order into master

The order of the entries in Dir[...] is system dependent. If the order is "wrong", certain files may fail to load.

Closes https://gitlab.com/gitlab-org/gitaly/issues/489

Edited by Jacob Vosmaer (GitLab)

Merge request reports