summaryrefslogtreecommitdiff
path: root/lib/rubygems/available_set.rb
diff options
context:
space:
mode:
-rw-r--r--lib/rubygems/available_set.rb2
1 files changed, 1 insertions, 1 deletions
@@ -127,7 +127,7 @@ class Gem::AvailableSet
end
match.map do |t|
- Gem::Resolver::InstalledSpecification.new(self, t.spec, t.source)
end
end