Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing C++ Shared Objects #7

Merged
merged 2 commits into from
Jun 22, 2024
Merged

Fixing C++ Shared Objects #7

merged 2 commits into from
Jun 22, 2024

Conversation

gbaptista
Copy link
Owner

New releases of Lua now include C++ shared objects. When we automatically try to choose the best available version, the C++ files iblua++.so are wrongly selected, as we need to use the C version.

This PR considers this new possibility and chooses the appropriate files. Additionally, it upgrades the minimum Ruby version, avoiding insecure not maintained versions.

@gbaptista gbaptista merged commit caa5116 into main Jun 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant