Merge pull request #1950 from Kazzz-S/0.29.10-mac1

The latest MacPorts' ruby is 3.3.6
This commit is contained in:
Matthias Köfferlein 2024-12-18 22:18:29 +01:00 committed by GitHub
commit b0298af2ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 202 KiB

After

Width:  |  Height:  |  Size: 203 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 201 KiB

After

Width:  |  Height:  |  Size: 201 KiB

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.5',
'inc': '/opt/local/include/ruby-3.3.6',
'lib': '/opt/local/lib/libruby.3.3.dylib'
}