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
try to:
apt-get install ruby-nokogiri bundle install
Add gem "nokogiri", ">= 1.6.7.rc3" in your Gemfile
gem "nokogiri", ">= 1.6.7.rc3"
and then run