summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-07-24 16:03:46 +0200
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-07-24 16:03:46 +0200
commitd845a213ca7745f05a3faba734be79f418275791 (patch)
treebd69cd824007b64d945853f2881dc6be68c131c4
parent0d8c8d207e9508eb6f5bdd3d479daabb962c5593 (diff)
downloadbundler-d845a213ca7745f05a3faba734be79f418275791.tar.gz
Unfold message to single line for readability
-rw-r--r--lib/bundler/cli/outdated.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/bundler/cli/outdated.rb b/lib/bundler/cli/outdated.rb
index 6389f909e1..804e8072d4 100644
--- a/lib/bundler/cli/outdated.rb
+++ b/lib/bundler/cli/outdated.rb
@@ -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