Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ostruct dependency due to default gem removal
``` /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)
- Loading branch information