diff options
-rw-r--r-- | lib/rubygems/basic_specification.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -71,7 +71,7 @@ class Gem::BasicSpecification elsif missing_extensions? @ignored = true - if platform == RUBY_ENGINE warn "Ignoring #{full_name} because its extensions are not built. " + "Try: gem pristine #{name} --version #{version}" end |