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
% bundle exec tapioca gem
Removing RBI files of gems that have been removed:
Nothing to do.
Generating RBI files of gems that are added or updated:
Requiring all gems to prepare for compiling... Done
webrick is not found. You may need to `gem install webrick` to install webrick.
The text was updated successfully, but these errors were encountered:
Note: The same message is also present in the Rdoc code, so it could be getting emitted from there:
rdoc master % ag "webrick is not found"
lib/rdoc/ri/driver.rb
1497: abort "webrick is not found. You may need to `gem install webrick` to install webrick."
lib/rdoc/servlet.rb
10: abort "webrick is not found. You may need to `gem install webrick` to install webrick."
rdoc master %
As discussed with @KaanOzkan. The message seems to originate in https://github.com/ruby/ruby/blob/7f53da94fb23687ef3bea0507199196a00ca26f8/lib/un.rb#L335
Minimal repo to reproduce, with only the
rdoc
andtapioca
gems:https://github.com/andyw8/tapioca-webrick-issue/
The text was updated successfully, but these errors were encountered: