spree_social
spree_social copied to clipboard
bundle installation fails with gemspec error
When I am running bundle install, I am getting this issue which says
/vendor/gems/spree_social1/spree_social.gemspec is not valid. Please fix this gemspec. The validation error was 'spree_social-3.1.0.beta contains itself (spree_social-3.1.0.beta.gem), check your files list'
I am not very sure If this is some issue or I am the only one getting this, but have been struggling to figure out the way around. Anyone else having faced the same?
I do have something like spree_social-3.1.0.beta.gem
in my spree_social
directory. But even when I am removing it I am getting same issue.
Any known work around?