diff options
author | David RodrÃguez <[email protected]> | 2024-05-31 17:30:26 +0200 |
---|---|---|
committer | Koichi Sasada <[email protected]> | 2024-06-01 01:13:55 +0900 |
commit | 10c256f98fdd9f7942ff61246dc005bb13be8508 (patch) | |
tree | 86666f25c2d948c050389cdce3532b40a124debe /lib/rubygems/specification_record.rb | |
parent | 89486c79bb59216dbbbdff69a2c81cb387f64c5f (diff) |
Sychronize with rubygems/rubygems repo
Diffstat (limited to 'lib/rubygems/specification_record.rb')
-rw-r--r-- | lib/rubygems/specification_record.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/rubygems/specification_record.rb b/lib/rubygems/specification_record.rb index dd6aa7eafa..664d506265 100644 --- a/lib/rubygems/specification_record.rb +++ b/lib/rubygems/specification_record.rb @@ -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 |