I'm seeing the following warning in Mocha in Ruby v4.0:
/usr/local/bundle/gems/yard-0.9.38/lib/yard/parser/ruby/legacy/irb/slex.rb:13: warning: irb/notifier is found in irb, which is not part of the default gems since Ruby 4.0.0. You can add irb to your Gemfile or gemspec to fix this error.
I've fixed this temporarily in freerange/mocha@a0fc779 but I think it should probably be fixed in Yard by adding a dependency to the gemspec.
I'm seeing the following warning in Mocha in Ruby v4.0:
I've fixed this temporarily in freerange/mocha@a0fc779 but I think it should probably be fixed in Yard by adding a dependency to the gemspec.