Open jay3dec opened 9 years ago
@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'.
Getting the error message when trying to run
Error Message