class Bundler::CLI

def self.start(*)

def self.start(*)
  check_deprecated_ext_option(ARGV) if ARGV.include?("--ext")
  super
ensure
  Bundler::SharedHelpers.print_major_deprecations!
end