I created my own gem, which I placed myself. Everything went well until someone created a gem of the same name on rubygems.org. Since rubygems.org has the highest priority compared to my gem server url. I can no longer install my gem. I tried to remove the rubygems source:
$ sudo gem source -r http://rubygems.org
and reinstall it so that it appears in the list of gem sources, but it doesn’t work.
Is there a way to change the search order of a gem source?
Note that I do not want to rename my gem.
source
share