makersacademy / ruby-kickstart

Ruby Kickstart
MIT License
39 stars 382 forks source link

bundle install fails with ubuntu 14.04 #252

Closed olmesm closed 8 years ago

olmesm commented 8 years ago

While running bundle install, nokogiri installation fails leading to your PC blowing up.

Simple fix - as provided by nokogiri - try this in terminal...

sudo apt-get install ruby-dev zlib1g-dev liblzma-dev

then run you bundle install again.

http://www.nokogiri.org/tutorials/installing_nokogiri.html#ubuntu___debian