From cbe36ef6ccb9cb19d97612a85eede68cb3c073cb Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Thu, 31 Aug 2023 11:24:08 +0900 Subject: [PATCH] sync_default_gems.rb: Remove the pattern for yarp Changes to `ext/yarp/extconf.rb` are detected as conflicts now, and ignored. --- tool/sync_default_gems.rb | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb index a4700bdb20..a51e324831 100755 --- a/tool/sync_default_gems.rb +++ b/tool/sync_default_gems.rb @@ -447,12 +447,7 @@ module SyncDefaultGems # Gem-specific patterns case gem - when "yarp" - # Rename detection never works between ruby/ruby/doc and ruby/yarp/docs - # since ruby/ruby/doc is not something owned by YARP. - %r[\A(?: - ext/yarp/extconf\.rb - )\z]mx + when nil end&.tap do |pattern| patterns << pattern end