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
I had a similar issue with 1.6.7.2 when bundle installing on codeship with ruby 2.3.
1.6.7.2
What worked for me was adding:
bundle config build.nokogiri --use-system-libraries
before