Commit 71e403f
committed
Add irb to Gemfile to fix warning in Ruby v4
This fixes the following warning:
/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.
This should really be fixed by the yard gem adding a dependency on irb, but
this will do for now.1 parent 6ced202 commit 71e403f
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
0 commit comments