class Bundler::LockfileParser

def self.unknown_sections_in_lockfile(lockfile_contents)

def self.unknown_sections_in_lockfile(lockfile_contents)
  sections_in_lockfile(lockfile_contents) - KNOWN_SECTIONS
end