bundle show

Shows all gems that are part of the bundle, or the path to a given gem
$ bundle show [GEM] [--paths]

Options:

--paths: List the paths of all gems that are required by your Gemfile.

Show lists the names and versions of all gems that are required by your Gemfile. Calling show with [GEM] will list the exact location of that gem on your machine.
Fork me on GitHub
Docs: v0.9 v1.0 v1.1 v1.2 v1.3 v1.5 v1.6