diff options
| -rwxr-xr-x | tool/sync_default_gems.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb index 5e2c4558e3..c173f798f1 100755 --- a/tool/sync_default_gems.rb +++ b/tool/sync_default_gems.rb @@ -433,7 +433,7 @@ module SyncDefaultGems |ext/.*\.java |rakelib/.* |test/(?:lib|fixtures)/.* - |tool/.* + |tool/(?!bundler/).* )\z]mx # Gem-specific patterns |
