ruby could not read symbols: Bad value rbenvでruby2.2.1入れようとしたらエラーでた (on centos5.11) libffi-develを入れて解決 $ sudo yum install libffi-devel see Build failure of fiddle with Ruby 2.2.0
mac Ruby 2.2.0 Ruby 2.2.0がリリースされたので入れる $ brew update $ brew upgrade ruby-build $ rbenv install 2.2.0 $ rbenv shell 2.2.0 $ gem install bundler 環境はOS X Yosemite + rbenv + ruby-build