diff options
-rw-r--r-- | lib/rubygems/resolver/local_specification.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ class Gem::Resolver::LocalSpecification < Gem::Resolver::SpecSpecification # Returns +true+ if this gem is installable for the current platform. def installable_platform? - return true if @source.kind_of? Gem::Source::SpecificFile super end |