Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rake aborted! Gem::LoadError: Unable to activate napa-0.5.0, because rake-10.4.2 conflicts with rake (~> 10.3.0) #212

Open
jay3dec opened this issue May 24, 2015 · 2 comments

Comments

@jay3dec
Copy link

jay3dec commented May 24, 2015

Getting the error message when trying to run

rake db:reset

Error Message

rake aborted!
Gem::LoadError: Unable to activate napa-0.5.0, because rake-10.4.2 conflicts with rake (~> 10.3.0)

@umtrey
Copy link
Contributor

umtrey commented May 26, 2015

@jay3dec Looks like you've got a gem conflict issue! Most of the time, these are solved by using bundle exec before the rake command you wish to run. Napa now requires a newer version of rake than what you are using by default, but bundle exec ensures you're running with the gemset specified in your Gemfile.lock.

@sjones88
Copy link

@umtrey I was having the same issue as @jay3dec, but when I try to run bundle exec rake db:reset I get this error:

rake aborted!
Bundler::GemRequireError: There was an error while trying to load the gem 'napa'.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants