Last Updated: February 25, 2016
·
875
· simon

Install Ruby 2.0.0-rc1 with rbenv

If you are using rbenv and wan't to try out ruby 2.0 you can install it with

$ CONFIGURE_OPTS="--with-openssl-dir=`brew --prefix openssl` --with-gcc=clang" rbenv install 2.0.0-rc1

Make sure you have openssl installed with brew.