I have three cookbooks 'A', 'B' and 'C'. Each cookbooks lives in it's own repo.
Cookbook 'B' depends on 'A' and I have entry for cookbook 'A' Berksfile, with source set to repo url
Cookbook 'C' depends on 'B' and I have entry for cookbook 'B' Berksfile, with source set to repo url
However upon running berks vendor
on Berksfile of cookbook 'C', I see that berkshelf doesn't download cookbook 'A'
What am I doing wrong here