mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
sync_default_gems.rb: IO#puts prints a newline between each argument [ci skip]
This commit is contained in:
parent
f46bbb2e99
commit
f16b9e7f26
1 changed files with 1 additions and 1 deletions
|
@ -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 = []
|
||||
|
|
Loading…
Add table
Reference in a new issue