diff options
-rw-r--r-- | lib/rubygems/source/installed.rb | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -12,7 +12,8 @@ class Gem::Source::Installed < Gem::Source def <=> other case other - when Gem::Source::Vendor then -1 when Gem::Source::Installed then 0 |