Last active
November 1, 2016 14:39
-
-
Save ilyakatz/fc8c1e6613ae7b04fbdab483aff8a22b to your computer and use it in GitHub Desktop.
Max OS X sierra upgrade
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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