MacPorts updated the Ruby version to 3.3.3

This commit is contained in:
Kazunari Sekigawa 2024-06-15 17:17:44 +09:00
parent 0436d0ccd0
commit f68dc1f473
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ RubySonoma = { 'exe': '/System/Library/Frameworks/Ruby.framework/Versions/
# install with 'sudo port install ruby33'
# [Key Type Name] = 'MP33'
Ruby33MacPorts = { 'exe': '/opt/local/bin/ruby3.3',
'inc': '/opt/local/include/ruby-3.3.2',
'inc': '/opt/local/include/ruby-3.3.3',
'lib': '/opt/local/lib/libruby.3.3.dylib'
}