Nokogiri gem installation error with spree
I'm getting this error when I try to bundle install Bundler::GemspecError: Could not read gem at /home/theareba/.rvm/gems/ruby-2.0.0-p353/cache/nokogiri-1.6.1.gem. It may be corrupted. An error occurred while installing nokogiri (1.6.1), and Bundler cannot continue. Make sure that `gem install nokogiri -v '1.6.1'` succeeds before bundling. I've tried removing nokogiri in the cache and bundle installing again in vain. Here's my gemfile source 'https://rubygems.org' gem 'rails', '4.0.0' ruby "2.0.0" gem 'spree_auth_devise', github: 'spree/spree_auth_devise', branch: '2-1-stable' gem 'spree',