Skip to content
New issue

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

Command gem server causes NoMethodError #11

Open
s2k opened this issue Dec 15, 2024 · 0 comments
Open

Command gem server causes NoMethodError #11

s2k opened this issue Dec 15, 2024 · 0 comments

Comments

@s2k
Copy link

s2k commented Dec 15, 2024

Environment

> 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:

  • OS: macOS Sequoia 15.2 arm64
  • Kernel: Darwin 24.2.0

Behaviour

 > 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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant