metasploit-framework
metasploit-framework copied to clipboard
Continue fixing versions of Ruby in YAML files not being properly quoted like they should be.
Continuation of previous fixes for making sure all Ruby version strings in YAML are appropriately quoted to make sure we don't run into issues like https://github.com/rapid7/metasploit-framework/pull/17419 with other parts of our infrastructure once we go and upgrade them to Ruby 3.x down the line.
Will likely need to do this for other repos but this should hopefully fix up the rest of the files from this repo.
Verification
- [ ] Verify the changes look good and there are no concerns. Should be pretty simple.