From 7e5c3ec5b1fc0afae215ca00d7a1dd5d8f3799c0 Mon Sep 17 00:00:00 2001 From: Samuel Giddins Date: Fri, 18 Aug 2023 08:08:40 -0700 Subject: [PATCH] Update specification.rb MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: David Rodríguez --- lib/rubygems/specification.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rubygems/specification.rb b/lib/rubygems/specification.rb index 005d2ab797..0b9bf143df 100644 --- a/lib/rubygems/specification.rb +++ b/lib/rubygems/specification.rb @@ -1312,7 +1312,7 @@ class Gem::Specification < Gem::BasicSpecification # 1 retry each allowed in case all 3 of # - YAML # - YAML::Syck::DefaultKey - # - YAML::Private type + # - YAML::PrivateType # need to be defined raise if retry_count >= 3