Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
Auto merge of #6621 - ralphbolo:patch-1, r=segiddins
Browse files Browse the repository at this point in the history
Reword bundle update regression message

This pr updates the messaging for bundle update. Fix for #6584 .
  • Loading branch information
bundlerbot committed Jul 11, 2018
2 parents 9ca3afe + 186a34e commit 0c6048a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bundler/cli/update.rb
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def run
if !new_version
Bundler.ui.warn "Bundler attempted to update #{name} but it was removed from the bundle"
elsif new_version < locked_version
Bundler.ui.warn "Bundler attempted to update #{name} but its version regressed from #{locked_version} to #{new_version}"
Bundler.ui.warn "Note: #{name} version regressed from #{locked_version} to #{new_version}"
elsif new_version == locked_version
Bundler.ui.warn "Bundler attempted to update #{name} but its version stayed the same"
end
Expand Down

0 comments on commit 0c6048a

Please sign in to comment.