Skip to content

remove six, and use a Set instead

username-removed-28993 requested to merge refactor/remove-six into master

What does this MR do?

Removes GitLab's dependency on the Six gem, replacing its usage with a simple Set.

Are there points in the code the reviewer needs to double check?

TODO: remove the warnings (done!)

Why was this MR needed?

We aren't using most of the features of Six, and removing it will allow us to more easily refactor the general approach.

What are the relevant issue numbers?

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

Merge request reports