# File lib/bundler/cli/common.rb, line 17
    def self.output_without_groups_message
      return if Bundler.settings[:without].empty?
      Bundler.ui.confirm without_groups_message
    end