summaryrefslogtreecommitdiff
path: root/lib/rubygems/resolver/installed_specification.rb
diff options
context:
space:
mode:
-rw-r--r--lib/rubygems/resolver/installed_specification.rb2
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