Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Starting in Ruby 3.4, the following deprecation warning is printed when running the childprocess specs: > childprocess/spec/spec_helper.rb:14: warning: ostruct was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.5.0. Add ostruct to your Gemfile or gemspec. This commit fixes this warning by removing our dependency on the `ostruct` gem entirely, replacing it with a normal `Struct`.
- Loading branch information