I have been working with rails and have been trying to setup passenger with rake 10.1.0 and it sends back me this errors.
Here is the link to the error.Website LInk
Your problem is that you added an additional gem that has unresolved dependencies. Run bundle update to update your dependencies and you should be good to go.
bundle update