Commit 9172bd4
committed
Fix logger LoadError
The logger default gem became bundled in Ruby v4.0 [1] and so it needs to be
added as a dependency in the gemspec. This was somehow causing spec failures
due to the LoadError being swallowed in
`YARD::Templates::Helpers::MarkupHelper#load_markup_provider`.
I've also had to add it to the Gemfile, because the specs don't seem to use the
gemspec.
[1]: https://rubyreferences.github.io/rubychanges/4.0.html#default-gems-that-became-bundled1 parent 3265ff3 commit 9172bd4
2 files changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
0 commit comments