Update the Ruby version in MacPorts

This commit is contained in:
Kazunari Sekigawa 2022-12-02 06:38:45 +09:00
parent 9dc7cbb0ed
commit 34fc357130
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ RubyMonterey = { 'exe': '/System/Library/Frameworks/Ruby.framework/Versions/
# install with 'sudo port install ruby31'
# [Key Type Name] = 'MP31'
Ruby31MacPorts = { 'exe': '/opt/local/bin/ruby3.1',
'inc': '/opt/local/include/ruby-3.1.2',
'inc': '/opt/local/include/ruby-3.1.3',
'lib': '/opt/local/lib/libruby.3.1.dylib'
}