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:
parent
e1ccaa8782
commit
ee7ec87007
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue