when I add masonry-rails gem in my gemfile and try bundle install I get this:
Fetching source index from https://rubygems.org/
Retrying fetcher due to error (2/4): Bundler::HTTPError Could not fetch specs from https://rubygems.org/
Retrying fetcher due to error (3/4): Bundler::HTTPError Could not fetch specs from https://rubygems.org/
Retrying fetcher due to error (4/4): Bundler::HTTPError Could not fetch specs from https://rubygems.org/
Could not fetch specs from https://rubygems.org/
I check the last version for masonry in rubygem and the last one was in 2014... is masonry still working ? It seems that the problem is from the masonry gem...I try bundle install after I delete it from gem file and it work... Any one can help with that?