I seem to be in a recursive loop of frustration. I\'m trying to \"bundle install\" a project, but it results in:
An error occurred while installing nokogiri
On my Mac OS X, I ran these commands, and the problem is fixed.
brew unlink gcc-4.2 # you might not need this step gem uninstall nokogiri xcode-select --install gem install nokogiri