Installing Old Versions of Event Machine
I recently needed to install Event Machine 0.12.10, hardly the most recent release. To get native extensions to build on Sierra, you'll need to do something like:
brew install openssl
bundle config build.eventmachine --with-cppflags=-I$(brew --prefix openssl)/include`