Tried to get use this gem recently but it didn't work. Figured out that if you change to older dependencies it will still work. Just run: ``` ruby gem install typhoeus --version '= 0.1.23' gem install monster_mash --version '= 0.1.0' ``` Thanks