ERROR: While executing gem … (Zlib::BufError)

Moving my project from my laptop to my desktop I needed to setup my ruby on rails environment. One of the pugins I used and needed was hpricot_scrub. A great addition for parsing webpages for the project I’m doing. Anyway upon the command “gem install hpricot_scrub” I came across this error.

ERROR:  While executing gem … (Zlib::BufError)

With a little bit of googling I found this page.

Looks like gems needed updating with the command gem update --system

Leave a Reply