pub fn parse(input: &str) -> Result<Lockfile, ParseError>
Parse a Gemfile.lock string into a Lockfile.
Lockfile