From ee7ec87007862118cdf13815808999e73b9b98d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Wed, 24 Jul 2019 16:03:46 +0200 Subject: [bundler/bundler] Unfold message to single line for readability https://github.com/bundler/bundler/commit/d845a213ca --- lib/bundler/cli/outdated.rb | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3