Skip to content

Fix wrong order of versions in License page

Balasankar 'Balu' C requested to merge fix-ordering-of-license-page into master

What does this MR do?

We were doing string sort, which put 13.9 before 13.11. Let's cast to Gem::Version before sorting to fix this. I manually ran this locally and verified that it worked.

Merge request reports

Loading