Skip to content

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