From 408867e4b62bad22f9054db8e40f3abe62949800 Mon Sep 17 00:00:00 2001 From: Cody Cutrer Date: Mon, 9 Oct 2023 17:39:28 -0600 Subject: [PATCH] don't log blank line before syncing anymore 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