class Gem::Commands::QueryCommand

def deprecation_warning

def deprecation_warning
  warning_without_suggested_alternatives
  message = "It is recommended that you use `gem search` or `gem list` instead.\n"
  alert_warning message unless Gem::Deprecate.skip
end