Majority of us have seen this dreadful error after running rake:gems:unpack or a similar command to register gems with the application.
config.gem: Unpacked gem clearance-0.8.8 in vendor/gems has no specification file. Run ‘rake gems:refresh_specs’ to fix this.
I was under the impression that this happens due to some bug in rails gem dependency management and never [...]