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

🐛 Ensure set is loaded in ruby 3.1 #342

Merged
merged 1 commit into from
Oct 24, 2024
Merged

Conversation

nevans
Copy link
Collaborator

@nevans nevans commented Oct 24, 2024

set doesn't need to be explicitly loaded in ruby 3.2+. Previously, we loaded it in the tests, so they passed. But running the actual code that uses Set could raise an exception.

`set` doesn't need to be explicitly loaded in ruby 3.2+.  Previously, we
loaded it in the tests, so they passed.  But running the actual code
that uses Set could raise an exception.
@nevans nevans merged commit 43e6a66 into master Oct 24, 2024
22 checks passed
@nevans nevans deleted the require-set-ruby-3.1 branch October 24, 2024 20:11
@nevans nevans added the bug Something isn't working label Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

Successfully merging this pull request may close these issues.

1 participant