My Mac OS X has a default ruby.
$ ruby -v ruby 2.0.0p451 (2014-02-24 revision 45167) [universal.x86_64-darwin13]
I installed rbenv and ruby ver
Run the below commands before change ruby version:
export PATH="$HOME/.rbenv/bin:$PATH" eval "$(rbenv init -)"
It works for me :)