I try to clone this repo and run bundle install. The bundle process failed and throw this error:
bundle install
... Installing nokogiri 1.6.2.1 with na
This helped me fix this
sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
ref: https://stackoverflow.com/a/17980786/3861525