summaryrefslogtreecommitdiff
path: root/lib/rubygems/specification_record.rb
diff options
context:
space:
mode:
-rw-r--r--lib/rubygems/specification_record.rb1
1 files changed, 0 insertions, 1 deletions
@@ -68,7 +68,6 @@ module Gem
installed_stubs = installed_stubs(pattern)
installed_stubs.select! {|s| Gem::Platform.match_spec? s } if match_platform
stubs = installed_stubs + Gem::Specification.default_stubs(pattern)
- stubs = stubs.uniq(&:full_name)
Gem::Specification._resort!(stubs)
stubs
end