Bundler is present in the global gemset. What I usually do is rvm gemset
use @global and then do a gem uninstall bundler
On May 18, 2013 10:51 PM, "John Merlino" <[email protected]> wrote:

> I'm careful to create separate gemsets for each project, so when I run
> bundle install, it only installs gems for that gemset. This way gems
> dont creep into the wrong projects. Now I just pulled a project from
> github. I made sure I was in the correct gemset, and then I run bundle
> install and it works fine. but then when I use rake to create the
> database "rake db:create". I get this error:
>
> You have already activated rake 10.0.4, but your Gemfile requires rake
> 10.0.3.
>
> What does it mean "you already activated rake 10.0.4"? All that should
> be installed for this gemset is whatever is in Gemfile.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Ruby on Rails: Talk" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to