Posts about dependencies
10 years ago
Ruby bundle dependency tree
On OSX:
brew install graphviz && gem install ruby-graphviz && bundle vi
On Linux:
apt-get install graphviz && gem install ruby-graphviz && bundle viz
On Windows:
Good luck! ;)
This will generate a png image...