I am trying to run bundle install
on a Mac but get an error:
An error occurred while installing nokogiri (1.6.8), and Bundler cannot continue.
Make sure that `gem install nokogiri -v '1.6.8'` succeeds before bundling.
When I try to install nokogiri it tell me to use
bundle config build.nokogiri --use-system-libraries
bundle install
Running that doesn't seem to fix the problem. Does anyone have ideas how to fix this?