How to fix “Your Ruby version is 1.9.3, but your Gemfile specified 2.0.0”

I’ve noticed this happening when I’ve tried to bundle install with a fresh RVM gemset that didn’t yet include bundler (as it fell back on the system bundler install which referenced the system ruby).

Running gem install bundler fixed for me.

Leave a Comment