class Dependabot::Uv::FileUpdater::CompileFileUpdater

def output_file_regex(filename)

def output_file_regex(filename)
  "--output-file[=\s]+.*\s#{Regexp.escape(filename)}\s*$"
end