Commit 7af1aaf
committed
Fix ostruct LoadError in struct_vs_ostruct benchmark
The ostruct default gem became bundled in Ruby v4.0 [1]. It needs to be added
to the Gemfile to allow the `benchmarks/struct_vs_ostruct.rb` standalone script
to run, but it doesn't need to be added as a dependency in the gemspec.
[1]: https://rubyreferences.github.io/rubychanges/4.0.html#default-gems-that-became-bundled1 parent db91a98 commit 7af1aaf
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
0 commit comments