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:
parent
3d2a83b909
commit
cbe36ef6cc
Notes:
git
2023-08-31 04:48:16 +00:00
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user