This help site has been deprecated. Please send your requests to support@rubygems.org
gem list --remote
Hi,
We have a repository that has dozens of gems, the command "gem list --remote" cannot find some of them.
Until know this gems were available when I ran this command.
Anyone have an idea what could have gone wrong?
Gem's version: 2.7.6
Tnanks!
Discussions are closed to public comments.
If you need help with RubyGems.org please
start a new discussion.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by sonalkr132 on 04 Aug, 2020 07:52 PM
I would suggest re-generating the index on your remote server: https://guides.rubygems.org/command-reference/#gem-generate_index
To further debug you can download
latest_specs.4.8.gz
from your remote, decompress itgunzip -d latest_specs.4.8.gz
and check if the decompressed file had all the gem you expect (orMarshal.load(File.read("PATH to latest_specs.4.8"))
)