From a running rails app is there a way to enumerate the list of dependencies for the application? Assume I don't have access to the Gemfile or Gemfile.lock files.
I need the gem name and the version number so something like:
[["actionmailer" "3.1.3"]
["coffeescript" "2.0.2"]]
Assuming bundler, which you should use, you can access it like this: