module Bundler::Audit::CLI::Formats::Text

def print_warning(message)

def print_warning(message)
  say message, :yellow
end