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:
Nobuyoshi Nakada 2023-08-31 10:35:10 +09:00
parent 97df09f276
commit 3d2a83b909
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,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.