module Bundler::CLI::Common

def self.output_without_groups_message

def self.output_without_groups_message
  return unless Bundler.settings.without.any?
  Bundler.ui.confirm without_groups_message
end