Bundler will automatically install any dependencies for the specified gems, however it doesn\'t output which dependencies map to which gems in the standard output. That info
To see a visual representation of the dependency tree run bundle viz:
bundle viz
apt-get install graphviz && gem install ruby-graphviz && bundle viz
It will generate a PNG file of the tree.