sync_default_gems.rb: Remove the pattern for yarp

Changes to `ext/yarp/extconf.rb` are detected as conflicts now, and
ignored.
This commit is contained in:
Nobuyoshi Nakada 2023-08-31 11:24:08 +09:00
parent 3d2a83b909
commit cbe36ef6cc
No known key found for this signature in database
GPG Key ID: 3582D74E1FEE4465
Notes: git 2023-08-31 04:48:16 +00:00

View File

@ -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