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?
bundle show gemname I.e for devise you have to write like
bundle show devise
and it will printout the current gem version.