Skip to content

Fix deprecation: uniq is deprecated and will be removed from Rails 5.1

Jasper Maes requested to merge jlemaes/gitlab-ee:deprecated-uniq into master

What does this MR do?

Fix deprecation: DEPRECATION WARNING: uniq is deprecated and will be removed from Rails 5.1 (use distinct instead) (called from quiet at /builds/jlemaes/gitlab-ee/lib/gitlab/seeder.rb:23)

What are the relevant issue numbers?

Does this MR meet the acceptance criteria?

Merge request reports