1
0
Fork 0
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:
Nobuyoshi Nakada 2021-03-29 15:14:21 +09:00
parent f46bbb2e99
commit f16b9e7f26
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -402,7 +402,7 @@ def sync_default_gems_with_commits(gem, ranges, edit: nil)
end end
puts "Try to pick these commits:" puts "Try to pick these commits:"
puts commits.map{|commit| commit.join(": ")}.join("\n") puts commits.map{|commit| commit.join(": ")}
puts "----" puts "----"
failed_commits = [] failed_commits = []