I have a gem that I maintain purely for personal use that happens to have a name conflict with an old gem hosted on rubygems.org. When I run gem update
, the rubygems.org version is downloaded. I would like to keep this from happening. I know that I can specify explicitly what gems to include with gem update
, but can I specify what to exclude?
↧
Exclude certain gems from rubygems "gem update" command
↧