Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ostruct to Gemfile for Ruby >= v3.4.0
I was seeing the following warning when I ran `bundle exec rake lint` locally with Ruby v3.4.0-rc1: ~/.asdf/installs/ruby/3.4.0-rc1/lib/ruby/gems/3.4.0+1/gems/rubocop-0.58.2/lib/rubocop.rb:607: 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.
- Loading branch information