diff options
-rw-r--r-- | lib/rubygems/resolver/installed_specification.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ class Gem::Resolver::InstalledSpecification < Gem::Resolver::SpecSpecification def installable_platform? # BACKCOMPAT If the file is coming out of a specified file, then we # ignore the platform. This code can be removed in RG 3.0. - return true if @source.kind_of? Gem::Source::SpecificFile super end |