Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
ostruct
as dependency for Ruby 3.5.0
Starting from Ruby 3.5.0, `ostruct` will no longer be included as a default gem. This means that it must be added to the gemspec. Here is the deprecation message: ``` /Users/garyhtou/.rbenv/versions/3.3.5/lib/ruby/3.3.0/bundled_gems.rb:75: warning: /Users/garyhtou/.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. Also please contact the author of wicked_pdf-2.8.1 to request adding ostruct into its gemspec. ```
- Loading branch information