When I type "heroku rake db:version" I get the following error:

    rake aborted!
    You have already activated rake 0.8.7, but your Gemfile requires
rake 0.8.5. Consider using bundle exec.

Locally I can type "rake db:version" or "bundle exec rake db:version",
and both work as expected.

When I push my app to Heroku, it reports that it installs rake version
0.8.5, which is also listed in the Gemfile.lock file. I haven't listed
rake as a dependency in Gemfile, only rails and sqlite3-ruby.

The app is on the bamboo-ree-1.8.7 stack.

Is this a problem with Rake, Bundler, the stack, or am I doing
something wrong?

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.

Reply via email to