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

Remove OpenStruct #853

Merged
merged 1 commit into from
Oct 4, 2024
Merged

Remove OpenStruct #853

merged 1 commit into from
Oct 4, 2024

Conversation

shaicoleman
Copy link
Contributor

Fixes the warning with Ruby 3.3.5:
warning: .../ruby/3.3.5/lib/ruby/3.3.0/ostruct.rb was loaded from the standard library, but will no longer be part of the default gems starting from Ruby 3.5.0. You can add ostruct to your Gemfile or gemspec to silence this warning.

OpenStruct use officially discouraged
https://docs.ruby-lang.org/en/master/NEWS/NEWS-3_0_0_md.html
https://docs.ruby-lang.org/en/master/OpenStruct.html#class-OpenStruct-label-Caveats

@epugh
Copy link

epugh commented Oct 4, 2024

Looking for this too!

@jkowens jkowens closed this Oct 4, 2024
@jkowens jkowens reopened this Oct 4, 2024
@jkowens jkowens closed this Oct 4, 2024
@jkowens jkowens reopened this Oct 4, 2024
@jkowens
Copy link
Collaborator

jkowens commented Oct 4, 2024

Looks good, thank you!

@jkowens jkowens merged commit 53d69e1 into zdennis:master Oct 4, 2024
22 of 60 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.

3 participants