From 1c53e64c512668685bb7abaf1232518af3969496 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Wed, 16 Aug 2023 17:55:56 -0700 Subject: [PATCH] Fix a regexp error --- tool/sync_default_gems.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb index 28a1f963e8..17865b8afb 100755 --- a/tool/sync_default_gems.rb +++ b/tool/sync_default_gems.rb @@ -446,7 +446,7 @@ module SyncDefaultGems |[^\/]+\.yml |\.gitignore |\.git.* - |\.github/.* + |\.github\/.* |[A-Z]\w+file |COPYING |CONTRIBUTING\.md