summaryrefslogtreecommitdiff
path: root/lib/rubygems/source/local.rb
diff options
context:
space:
mode:
-rw-r--r--lib/rubygems/source/local.rb3
1 files changed, 2 insertions, 1 deletions
@@ -15,7 +15,8 @@ class Gem::Source::Local < Gem::Source
def <=> other
case other
- when Gem::Source::Installed then
-1
when Gem::Source::Local then
0