1
0
Fork 0
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:
Kazuhiro NISHIYAMA 2020-04-04 00:35:51 +09:00
parent 810d66f3e7
commit f70ca6a1f9
No known key found for this signature in database
GPG key ID: 262ED8DBB4222F7A

View file

@ -326,7 +326,7 @@ def sync_default_gems(gem)
end end
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) def sync_default_gems_with_commits(gem, range)
puts "Sync #{$repositories[gem.to_sym]} with commit history." puts "Sync #{$repositories[gem.to_sym]} with commit history."