module Gem::Dependency::FilterIgnoredSpecs

def matching_specs(platform_only = false)

def matching_specs(platform_only = false)
  super.reject(&:ignored?)
end