Update to Ruby 3.2
This commit is contained in:
+2
-2
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user