One of my developers have updated Nokogiri, and when pulling the updated Gemfile my bundle install fails.
bundle install
➜ my-project git:(master) bundle inst
Thank you for posting this! I finally got nokogirl to run with bundle install correctly for my app after running the following:
bundle config build.nokogiri --use-system-libraries