Use Ruby 3.4.8 from MacPorts

This commit is contained in:
Kazunari Sekigawa 2026-02-11 08:26:24 +09:00
parent 600ff26acd
commit 9de7427389
1 changed files with 1 additions and 1 deletions

View File

@ -328,7 +328,7 @@ RubyTahoe = { 'exe': '/System/Library/Frameworks/Ruby.framework/Versions
# install with 'sudo port install ruby34'
# [Key Type Name] = 'MP34'
Ruby34MacPorts = { 'exe': '/opt/local/bin/ruby3.4',
'inc': '/opt/local/include/ruby-3.4.7',
'inc': '/opt/local/include/ruby-3.4.8',
'lib': '/opt/local/lib/libruby.3.4.dylib'
}