Possible Duplicate:
Why are gems installed in a 1.9.1 directory when my Ruby version is different than 1.9.1?
I got the following error message in my console. I fixed the error, but there was something about it that I didn't understand, namely the meaning of the difference between 1.9.3 and 1.9.1.
.rbenv/versions/1.9.3-p327/lib/ruby/site_ruby/1.9.1/rubygems.rb:1231:in `gem'
The system wide version of ruby has been set to 1.9.3 using rbenv, however, that was only done recently, and I'm wondering if this particular app was made with 1.9.1. Is that what site_ruby/1.9.1
refers to?
Second question, I know that I can check the current version of ruby in the system using ruby -v
but how do you find out what version of ruby a project was made with?