1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Added separator for failing commits from default gems.

This commit is contained in:
Hiroshi SHIBATA 2019-08-07 22:30:10 +09:00
parent 67cde179c5
commit f5481e35ab
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -292,6 +292,7 @@ def sync_default_gems_with_commits(gem, range)
end end
end end
puts "---- failed commits ----"
puts failed_commits puts failed_commits
end end