I am trying to install gsm gb on Mac OS Yosmite
~/code/hello gem install bundler ERROR: Loading command: install (LoadError) cannot load such file
I have done the following:
- Install zlib via homebrew
- Rubygems Update
- Reinstall RVM and Ruby 2.2.2
- Switch to Rbenv and Ruby 2.2.2
It really works. Ruby 2.2.1 works fine, but 2.2.2 causes this problem when I try to install a gem.
Does anyone have any ideas?
source share