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 ostruct to gemspec #2107

Merged
merged 5 commits into from
Oct 1, 2024

Conversation

jyunderwood
Copy link
Contributor

What are you trying to accomplish?

Suppressing a warning in Ruby 3.3.5 about ostruct being removed from the standard library in a future release of Ruby (3.5.0).

What approach did you choose and why?

Adding ostruct to the gemspec will suppress the warning now and future-proof the project when it is removed from the stdlib.

Anything you want to highlight for special attention from reviewers?

No.

docs/CHANGELOG.md Outdated Show resolved Hide resolved
@joelhawksley joelhawksley merged commit 553d63f into ViewComponent:main Oct 1, 2024
19 checks passed
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.

2 participants