I'm investigating a rails app - the prod server has two version of a specific gem installed, how can I tell which version the prod app is using?
In Rails 3 and Rails 4, use bundle show
bundle show
In Rails 2, rake gems will print out what gems, dependencies, and versions are installed, frozen, etc.
rake gems
2.1m questions
2.1m answers
60 comments
57.0k users