sync_default_gems.rb: Remove the pattern for bundler
The "bundler" directory at the top-level will be removed by more generic rule for top-level new entries.
This commit is contained in:
parent
97df09f276
commit
3d2a83b909
Notes:
git
2023-08-31 04:48:16 +00:00
@ -447,12 +447,6 @@ module SyncDefaultGems
|
||||
|
||||
# Gem-specific patterns
|
||||
case gem
|
||||
when "rubygems"
|
||||
# We don't copy any vcr_cassettes to this repository. Because the directory does not
|
||||
# exist, rename detection doesn't work. So it starts with the original path `bundler/`.
|
||||
%r[\A(?:
|
||||
bundler/spec/support/artifice/vcr_cassettes
|
||||
)\z]mx
|
||||
when "yarp"
|
||||
# Rename detection never works between ruby/ruby/doc and ruby/yarp/docs
|
||||
# since ruby/ruby/doc is not something owned by YARP.
|
||||
|
Loading…
x
Reference in New Issue
Block a user