class Rails::Generators::AppBase

def run_bundle

def run_bundle
  bundle_command("install", "BUNDLE_IGNORE_MESSAGES" => "1") if bundle_install?
end