I updated my OS about 2 weeks ago, and since then I've been running into this issue:
> ruby -v
dyld: Library not loaded: /usr/local/opt/gmp/lib/libgmp.10.dylib
Referenced from: /Users/me/.rvm/rubies/ruby-2.2.1/bin/ruby
Reason: image not found
[1] 65487 trace trap ruby -v
A solution found here (Ruby -v dyld: Library not loaded: /usr/local/lib/libgmp.10.dylib) works for each terminal session, but not permanently. I am running OS 10.9.5.
This is what works temporarily:
rvm reinstall 2.1.4
This has no effect, other than update homebrew:
brew update && brew install gmp
How can I fix this permanently?