Merge pull request #2001 from Kazzz-S/0.29.12-mac1

Use Ruby 3.3.7 from MacPorts
This commit is contained in:
Matthias Köfferlein 2025-03-14 14:06:59 +01:00 committed by GitHub
commit 1feffe7beb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ RubySequoia = { '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.6',
'inc': '/opt/local/include/ruby-3.3.7',
'lib': '/opt/local/lib/libruby.3.3.dylib'
}