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 runtime dependency to fix warning in ruby 3.3.5+ #188

Merged
merged 1 commit into from
Oct 16, 2024

Conversation

armstrjare
Copy link
Contributor

@armstrjare armstrjare commented Oct 15, 2024

Ruby 3.3.5 emits a warning that ostruct will be removed from stdlib default gems in Ruby 3.5

/.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/raygun4ruby-x.x.x/lib/raygun.rb:7: warning:
/.rbenv/versions/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.

Copy link
Contributor

@nikz nikz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, thanks!

@nikz nikz merged commit 574c5e2 into MindscapeHQ:master Oct 16, 2024
12 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