3歩歩くと忘れるぶろぐ

ついに大学生から社会人になってしまった、地理系・情報系大学生だった人のぶろぐ。えんじにあえんじにあ。

gem installでERROR: Loading command: install (LoadError)

もー

```
hoge$ gem install rack
ERROR: Loading command: install (LoadError)
dlopen(/usr/local/lib/ruby/2.1.0/x86_64-darwin13.0/openssl.bundle, 9): Library not loaded: @@HOMEBREW_CELLAR@@/openssl/1.0.1i/lib/libcrypto.1.0.0.dylib
Referenced from: /usr/local/opt/openssl/lib/libssl.1.0.0.dylib
Reason: image not found - /usr/local/lib/ruby/2.1.0/x86_64-darwin13.0/openssl.bundle
ERROR: While executing gem ... (NoMethodError)
undefined method `invoke_with_build_args' for nil:NilClass
```

あるやんけ!とおもいながら

参考:
Railsをinstallしようとしたらopenssl関連ではまった - Qiita

brew link openssl --force
でいけるっぽい

めでたし