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 dependency due to default gem removal #78

Merged
merged 1 commit into from
Oct 2, 2024

Conversation

skipkayhil
Copy link
Contributor

/home/hartley/.cache/asdf/installs/ruby/3.3.5/lib/ruby/gems/3.3.0/gems/pry-0.14.2/lib/pry.rb:31: warning: ostruct 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.

This fixing warnings when requiring ostruct (and fixes errors in future Ruby 3.5)

```
/home/hartley/.cache/asdf/installs/ruby/3.3.5/lib/ruby/gems/3.3.0/gems/pry-0.14.2/lib/pry.rb:31: warning: ostruct 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.
```

This fixing warnings when requiring ostruct (and fixes errors in future
Ruby 3.5)
@aetherknight
Copy link
Owner

I’ll review this tonight

@aetherknight aetherknight merged commit 09f651d into aetherknight:main Oct 2, 2024
6 checks passed
@aetherknight
Copy link
Owner

Released as part of 1.3.0

@skipkayhil skipkayhil deleted the hm-ostruct-depend branch October 4, 2024 15:37
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