mirror of
https://github.com/ruby/ruby.git
synced 2025-09-19 02:23:59 +02:00
lib/rubygems: fix several vulnerabilities in RubyGems; bump to version 2.6.13.
[Backport #13842] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_4@59814 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
fd41a38470
commit
8ae151e7ab
11 changed files with 193 additions and 8 deletions
|
@ -226,7 +226,7 @@ is too hard to use.
|
|||
end
|
||||
end
|
||||
|
||||
output << make_entry(matching_tuples, platforms)
|
||||
output << clean_text(make_entry(matching_tuples, platforms))
|
||||
end
|
||||
end
|
||||
|
||||
|
@ -353,7 +353,8 @@ is too hard to use.
|
|||
end
|
||||
|
||||
def spec_summary entry, spec
|
||||
entry << "\n\n" << format_text(spec.summary, 68, 4)
|
||||
summary = truncate_text(spec.summary, "the summary for #{spec.full_name}")
|
||||
entry << "\n\n" << format_text(summary, 68, 4)
|
||||
end
|
||||
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue