メモ
opensslのバージョンがあがってlibssl.1.0.0.dylibがなくなったっぽい
Library not loaded: /
usr/local/opt/openssl/lib/libssl.1.0.0.dylib
以下の手順で1.0.2tを使用するようにした
brew update && brew upgrade
brew uninstall --ignore-dependencies openssl
brew install https://github.com/tebelorg/Tump/releases/download/v1.0.0/openssl.rb
brew switch openssl 1.0.2t