Rails relies on:
- actionmailer = 3.2.0
- actionpack = 3.2.0
- activerecord = 3.2.0
- activeresource = 3.2.0
- activesupport = 3.2.0
- bundler ~> 1.0
- railties = 3.2.0
Each of these gems rely on gems of its own etcetera etcetera. Does anyone have a source or the skills to write a script to figure this out quickly?
Try this:
This will traverse the dependency tree for the
railsgem.If you have multiple versions of
railsinstalled, then do something like:Spoiler: Rails relies on a ton of other gems.