summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-08-31 11:24:08 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2023-08-31 11:32:21 +0900
commitcbe36ef6ccb9cb19d97612a85eede68cb3c073cb (patch)
tree14c1218b46c122ccea0e16a3351998d209524aa1 /tool
parent3d2a83b9093019274b8ef22d4010fac433599533 (diff)
sync_default_gems.rb: Remove the pattern for yarp
Changes to `ext/yarp/extconf.rb` are detected as conflicts now, and ignored.
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/8329
Diffstat (limited to 'tool')
-rwxr-xr-xtool/sync_default_gems.rb7
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