Commit db91a98
committed
Fix benchmark LoadError in benchmark scripts
The benchmark default gem became bundled in Ruby v4.0 [1]. It needs to be added
to the Gemfile to allow the standalone benchmark scripts to run, but it doesn't
need to be added as a dependency in the gemspec.
Note that there doesn't appear to be a simple way to run all of the benchmark
scripts and indeed some of them don't appear to run successfully even in
Ruby v3.
[1]: https://rubyreferences.github.io/rubychanges/4.0.html#default-gems-that-became-bundled1 parent 9172bd4 commit db91a98
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
0 commit comments