diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb index 5b64c83f8c..935b9ef0d7 100644 --- a/tool/sync_default_gems.rb +++ b/tool/sync_default_gems.rb @@ -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 = []