class Bundler::CLI::Update

def without_groups_messages

def without_groups_messages
  if Bundler.settings.without.any?
    require "bundler/cli/common"
    Bundler.ui.confirm Bundler::CLI::Common.without_groups_message
  end
end