Rails 3.2: rake 10.0.3 required -


when executing rake operation, following:

rake aborted! have activated rake 10.1.0, gemfile requires rake 10.0.3. using bundle exec may solve this. /home/cristi/.rvm/gems/ruby-1.9.3-p392/gems/bundler-1.3.3/lib/bundler/runtime.rb:33:in `block in setup' /home/cristi/.rvm/gems/ruby-1.9.3-p392/gems/bundler-1.3.3/lib/bundler/runtime.rb:19:in `setup' /home/cristi/.rvm/gems/ruby-1.9.3-p392/gems/bundler-1.3.3/lib/bundler.rb:120:in `setup' /home/cristi/.rvm/gems/ruby-1.9.3-p392/gems/bundler-1.3.3/lib/bundler/setup.rb:7:in `<top (required)>' /home/cristi/code/kodion/config/boot.rb:6:in `<top (required)>' /home/cristi/code/kodion/config/application.rb:1:in `<top (required)>' /home/cristi/code/kodion/rakefile:5:in `<top (required)>' (see full trace running task --trace) 

i not sure can solve this. bundle exec doesn't solve anything.

you either need run command in context of bundle (recommended):

> bundle exec rake db:version 

or need uninstall offending rake gem version.

> gem uninstall rake >  # pick version 10.1.0 offered choices. 

Comments

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

css - Firefox for ubuntu renders wrong colors -