Search code examples
ruby-on-rails-3.2rubymine

Rubymine - Uncaught exception: Could not find rake-10.1.0 in any of the sources


I am getting a "Rubymine - Uncaught exception: Could not find rake-10.1.0 in any of the sources" error, however, when I start the server in the console using the rails s command, it starts properly. I don't know what went wrong, please help.

Thanks.


Solution

  • $ bundle install --path vendor/bundle   
    

    this works for me