Update to Ruby 3.2

This commit is contained in:
adfoster-r7
2024-10-18 21:33:02 +01:00
parent 26d8d23596
commit 69dabe6817
5 changed files with 9 additions and 13 deletions
@@ -101,9 +101,9 @@ Regardless of your choice, you'll want to make sure that, when inside the `~/git
```
$ cd ~/git/metasploit-framework
$ cat .ruby-version
3.0.2
3.2.5
$ ruby -v
ruby 3.0.2p107 (2021-07-07 revision 0db68f0233) [x86_64-linux]
ruby 3.2.5 (2024-07-26 revision 31d0f1a2e7) [x86_64-darwin23]
```
Note: the Ruby version is likely to change over time, so don't rely on the output in the above example. Instead, confirm your `ruby -v` output with the version number listed in the `.ruby-version` file.