Skip to content

Instantly share code, notes, and snippets.

@mikbe
mikbe / nokogiri_sucks.txt
Last active July 10, 2016 04:07
How to install Nokogiri
## Do this before doing bundle install
# Make sure you have Xcode installed with command line utilities.
# Install Home Brew (if you already have it installed update it):
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew update --system
brew update