mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Remove unnecessary escape
This commit is contained in:
parent
810d66f3e7
commit
f70ca6a1f9
1 changed files with 1 additions and 1 deletions
|
@ -326,7 +326,7 @@ def sync_default_gems(gem)
|
|||
end
|
||||
end
|
||||
|
||||
IGNORE_FILE_PATTERN = /\A(?:\.travis.yml|appveyor\.yml|azure\-pipelines\.yml|\.git(?:ignore|hub)|Gemfile|README\.md|History\.txt|Rakefile|CODE_OF_CONDUCT\.md)/
|
||||
IGNORE_FILE_PATTERN = /\A(?:\.travis.yml|appveyor\.yml|azure-pipelines\.yml|\.git(?:ignore|hub)|Gemfile|README\.md|History\.txt|Rakefile|CODE_OF_CONDUCT\.md)/
|
||||
|
||||
def sync_default_gems_with_commits(gem, range)
|
||||
puts "Sync #{$repositories[gem.to_sym]} with commit history."
|
||||
|
|
Loading…
Reference in a new issue