diff options
-rw-r--r-- | lib/rubygems/resolver/api_specification.rb | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -62,7 +62,7 @@ class Gem::Resolver::APISpecification < Gem::Resolver::Specification end def pretty_print(q) # :nodoc: - q.group 2, '[APISpecification', ']' do q.breakable q.text "name: #{name}" @@ -73,7 +73,7 @@ class Gem::Resolver::APISpecification < Gem::Resolver::Specification q.text "platform: #{platform}" q.breakable - q.text 'dependencies:' q.breakable q.pp @dependencies |