зеркало из https://github.com/github/ruby.git
sync_default_gems.rb: IO#puts prints a newline between each argument [ci skip]
This commit is contained in:
Родитель
f46bbb2e99
Коммит
f16b9e7f26
|
@ -402,7 +402,7 @@ def sync_default_gems_with_commits(gem, ranges, edit: nil)
|
|||
end
|
||||
|
||||
puts "Try to pick these commits:"
|
||||
puts commits.map{|commit| commit.join(": ")}.join("\n")
|
||||
puts commits.map{|commit| commit.join(": ")}
|
||||
puts "----"
|
||||
|
||||
failed_commits = []
|
||||
|
|
Загрузка…
Ссылка в новой задаче