class Bundler::LockfileParser

def self.sections_in_lockfile(lockfile_contents)

def self.sections_in_lockfile(lockfile_contents)
  lockfile_contents.scan(/^\w[\w ]*$/).uniq
end