How do I fix this error? config.gem: Unpacked gem authlogic-2.1.3 in vendor/gems has no specificatio

Posted by Ganesh Shankar on Stack Overflow See other posts from Stack Overflow or by Ganesh Shankar
Published on 2010-02-17T06:53:07Z Indexed on 2010/04/04 3:53 UTC
Read the original article Hit count: 630

Filed under:
|
|
|

I get this error when launching my Mongrel server...

$ script/server --debugger
=> Booting Mongrel
=> Rails 2.3.5 application starting on http://0.0.0.0:3000
config.gem: Unpacked gem authlogic-2.1.3 in vendor/gems has no specification file. Run 'rake gems:refresh_specs' to fix this.
=> Debugger enabled
=> Call with -d to detach
=> Ctrl-C to shutdown server

When I run rake gems:refresh_specs like it suggests I get another error though:

rake aborted!
undefined method `installed_source_index' for #<Gem::SourceIndex:0x100551a58>

Any thoughts on how to fix this?

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about mongrel