I have a Rails app that I dont know what version it is.
Here is the app directory:

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Take a look at your
config/environment.rbfile. You should see a line like:where x.x.x should be your version.
That being said, you also have to make sure that there is no version of Rails in your
vendordirectory, as that will override whatever gem version it might try loading.