diff options
-rw-r--r-- | lib/rubygems/spec_fetcher.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -98,7 +98,7 @@ class Gem::SpecFetcher found[source] = specs.select do |tup| if dependency.match?(tup) - if matching_platform and !Gem::Platform.match(tup.platform) pm = ( rejected_specs[dependency] ||= \ Gem::PlatformMismatch.new(tup.name, tup.version)) |