The current MacPorts' Ruby version is 3.2.2

This commit is contained in:
Kazunari Sekigawa 2023-04-23 21:33:42 +09:00
parent 34d147f1ce
commit def0405e8c
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ Ruby31MacPorts = { 'exe': '/opt/local/bin/ruby3.1',
# install with 'sudo port install ruby32'
# [Key Type Name] = 'MP32'
Ruby32MacPorts = { 'exe': '/opt/local/bin/ruby3.2',
'inc': '/opt/local/include/ruby-3.2.1',
'inc': '/opt/local/include/ruby-3.2.2',
'lib': '/opt/local/lib/libruby.3.2.dylib'
}