From 3d2a83b9093019274b8ef22d4010fac433599533 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Thu, 31 Aug 2023 10:35:10 +0900 Subject: [PATCH] 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. --- tool/sync_default_gems.rb | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb index fa37a66f4b..a4700bdb20 100755 --- a/tool/sync_default_gems.rb +++ b/tool/sync_default_gems.rb @@ -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.