diff options
-rw-r--r-- | lib/rubygems/resolver/specification.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -104,7 +104,7 @@ class Gem::Resolver::Specification # Returns true if this specification is installable on this platform. def installable_platform? - Gem::Platform.match spec.platform end def local? # :nodoc: |