ruby2.0.0-preview2でopensslエラー

preview2を入れてgem installしようとするとエラーになった。

gem i rspec ERROR: Loading command: install (LoadError) cannot load such file -- openssl


どうやらopensslの場所を指定してコンパイルしないとまずかったみたい。

brew install openssl
CONFIGURE_OPTS="--with-readline-dir=/`brew --prefix readline` --with-openssl-dir=`brew --prefix openssl`" rbenv install 2.0.0-preview2