I'm using rbenv
and I have the follow error when I execute rails s
Your Ruby version is 2.0.0, but your Gemfile specified 2.1.2
I was reading this thread: Mavericks, RBENV, Your Ruby version is 2.0.0, but your Gemfile specified 2.1.1
But the error persist.
rails -v
Your Ruby version is 2.0.0, but your Gemfile specified 2.1.2
and the commands
sudo gem install bundler
rbenv rehash
$ which ruby
/usr/bin/ruby
$ bundle exec which ruby
Your Ruby version is 2.0.0, but your Gemfile specified 2.1.2
doenst solve the problem. I'm doing something wrong?