bellycard / napa

A simple framework for building APIs with Grape
Other
329 stars 72 forks source link

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 9 years ago

jay3dec commented 9 years ago

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

sjones88 commented 8 years ago

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