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

Add support for Ruby 3.4 #413

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Add support for Ruby 3.4 #413

wants to merge 4 commits into from

Conversation

cllns
Copy link
Member

@cllns cllns commented Dec 25, 2024

We still get ostruct warnings but it's only used in a couple specs so I think we should rework the specs to not use OpenStruct... or we could just add it to the Gemfile because it's a default gem. Which do you think is better? Feel free to make either change to this PR or defer to a future PR since it's just a warning.

Note that we have to add the dependency on bigdecimal because it's a bundled gem, which means it's installed with ruby but it can be removed by users. If users removed it, then our dependency is missing and this library breaks. So we have define it in the gemspec.

@cllns cllns requested a review from timriley December 25, 2024 15:13
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