ERROR: While executing gem … (Zlib::BufError) in windows
So today I’m trying to update my gems and I get this error on random gems like rspec-rails but rspec updated fine.
I googled the issue and found great articles on the error, unfortunately none of them really worked. This brought me to posting what I did to fix it the error.
First, based on dontrepeatyourself, I updated to the latested gem system (version 1.3.3).
gem update –system
Based on what I’ve read on the site, it fixed the issue for a lot of people (keep in mind this is an article from 2007) but it didn’t fix my issue. … Continue Reading