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

[bundler/bundler] Unfold message to single line for readability

https://github.com/bundler/bundler/commit/d845a213ca
This commit is contained in:
David Rodríguez 2019-07-24 16:03:46 +02:00 committed by Hiroshi SHIBATA
parent e1ccaa8782
commit ee7ec87007
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -106,8 +106,7 @@ module Bundler
else
unless options[:parseable]
if options[:pre]
Bundler.ui.info "Outdated gems included in the bundle (including " \
"pre-releases):"
Bundler.ui.info "Outdated gems included in the bundle (including pre-releases):"
else
Bundler.ui.info "Outdated gems included in the bundle:"
end