You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ruby 2.6.8 ships with what it reports as rdoc 6.1.2.1:
$ ruby -rrdoc -e "p RDoc::VERSION"
"6.1.2.1"
This version does not exist on rubygems.org and does not appear to have been released. This prevents JRuby from shipping it, since we source all gem-based standard libraries from released gems.