Add tests for SemverDialects::VersionChecker class
#What does this MR do?
- adds a test for the
.version_sat?method, to highlight that matching formavenandnugetdon't work as expected when using comparison operators<,<=,>and>=. - bumps the version of
rubyused in the tests from2.6to3.2 - bumps bundler from
1.17.3to2.4.9
What are the relevant issue numbers?
Ensure semver_dialect compatibility with ruby 3... (gitlab-org/gitlab#411959 - closed)
Edited by Adam Cohen