# File lib/bundler/lockfile_parser.rb, line 42
    def self.sections_in_lockfile(lockfile_contents)
      lockfile_contents.scan(/^\w[\w ]*$/).uniq
    end