Skip to content

Instantly share code, notes, and snippets.

@ilyakatz
Last active November 1, 2016 14:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ilyakatz/fc8c1e6613ae7b04fbdab483aff8a22b to your computer and use it in GitHub Desktop.
Save ilyakatz/fc8c1e6613ae7b04fbdab483aff8a22b to your computer and use it in GitHub Desktop.
Max OS X sierra upgrade
xcode-select --install
bundle config build.nokogiri --use-system-libraries   
bundle config build.eventmachine --with-cppflags=-I/usr/local/opt/openssl/include
gem install eventmachine -v '1.0.7' -- --with-cppflags=-I/usr/local/opt/openssl/include          
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment