diff options
Diffstat (limited to 'tool')
| -rwxr-xr-x | tool/sync_default_gems.rb | 7 |
1 files changed, 1 insertions, 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 |
