bellycard/napa

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

Opened this issue · 2 comments

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)

@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.

@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'.