6057047384
This fixes issues where Ruby would interpret version strings as floats, which could lead to casting errors. An example of this was when 3.0 would be interpreted as the number 3, so instead of getting the latest Ruby 3.0.X release, you would instead get the latest Ruby 3 release.