bundle install できない場合
$ brew info openssl
$ export LDFLAGS=”-L/usr/local/opt/openssl/lib”
$ export CPPFLAGS=”-I/usr/local/opt/openssl/include”
$ bundle config –local build.mysql2 “–with-cppflags=-I/usr/local/opt/openssl/include”
$ bundle config –local build.mysql2 “–with-ldflags=-L/usr/local/opt/openssl/lib”
$ bundle install –path vendor/bundle