El Capitan OSX 10.11 Development setup fixes
- Uninstall all rbenv gems
- Install Xcode and command line tools
xcode-select --install - reinstall openssl???
brew reinstall openssl - Config bundler to use brew installed openssl -
bundle config build.eventmachine --with-cppflags=-I$(brew --prefix openssl)/include - Reinstall bundler
gem install bundler - reinstall all gems
bundle install