Visualise your Gemfile dependencies

If you ever wanted to visualise the gem dependencies of in your ruby/rails app, then bundler is there for rescue.

Type in the following from your terminal:

bundle viz

Viz generates a PNG file of the current Gemfile as a dependency graph. Viz requires the ruby-graphviz gem (and its dependencies) to be installed on the system.