I am using rbenv and I am executing the following error while doing rails s
Your version of Ruby 2.0.0, but your Gemfile is 2.1.2
I read this thread: Mavericks, RBENV, your version of Ruby 2.0.0, but your Gemfile is 2.1.1
But the error persists.
rails -v Your Ruby version is 2.0.0, but your Gemfile specified 2.1.2
and teams
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 solves the problem. Am I doing something wrong?
source share