jspargo / dependabot-core

🤖 The core logic behind Dependabot's update PR creation
https://dependabot.com
MIT License
0 stars 2 forks source link

Enable file parser specs #14

Closed jspargo closed 4 years ago

jspargo commented 4 years ago

Fixes #13 and #10

jspargo commented 4 years ago

@RuudPuts I think this is good to go now... in summary, it adds support for: 1) subdependencies (#13) 2) Support for specifying git repos in Podfile (#10) 3) support for specifying git branches in Podfile

If the tests pass, I'll merge this, but I'd appreciate any input or feedback you have 😄