We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gem server
NoMethodError
> ruby -v && gem --version && gem info rubygems-server ruby 3.3.6 (2024-11-05 revision 75015d4c1f) +YJIT [arm64-darwin24] 3.5.23 *** LOCAL GEMS *** rubygems-server (0.3.0) Author: Hiroshi SHIBATA Homepage: https://github.com/rubygems/rubygems-server License: MIT Installed at: /Users/stephan/.rbenv/versions/3.3.6/lib/ruby/gems/3.3.0 Gem::Server and allows users to serve gems for consumption by `gem --remote-install`.
Hardware:
> gem server ERROR: While executing gem ... (NoMethodError) undefined method `load_rdoc' for class RDoc::RubygemsHook Gem::RDoc.load_rdoc ^^^^^^^^^^
I expected to get a runing local gem server. Am I doing it wrong? Should I be using something else? Or maybe my expectation mislead?
The text was updated successfully, but these errors were encountered:
I had the same problem: I fixed it for me locally by reverting rdoc to 6.8.1 (from 6.9.0)
rdoc
Apparently the Gem::RDoc.load_rdoc invocation in rubygems-server (0.3.0) works with rdoc <6.9.0 but not subsequently.
Gem::RDoc.load_rdoc
rubygems-server (0.3.0)
rdoc <6.9.0
Sorry, something went wrong.
No branches or pull requests
Environment
Hardware:
Behaviour
I expected to get a runing local gem server.
Am I doing it wrong? Should I be using something else?
Or maybe my expectation mislead?
The text was updated successfully, but these errors were encountered: