From cf87e14926bf5cba7b3396590232501ddf457a8d Mon Sep 17 00:00:00 2001 From: Cody Cutrer Date: Tue, 10 Oct 2023 08:14:48 -0600 Subject: [PATCH] don't log blank line before syncing anymore (#14) no longer useful now that `bundle install` output isn't noisy --- lib/bundler/multilock.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/bundler/multilock.rb b/lib/bundler/multilock.rb index 3c00efe..6c73018 100644 --- a/lib/bundler/multilock.rb +++ b/lib/bundler/multilock.rb @@ -149,7 +149,6 @@ def after_install_all(install: true) require_relative "multilock/lockfile_generator" Bundler.ui.debug("Syncing to alternate lockfiles") - Bundler.ui.info "" attempts = 1