Created
June 11, 2010 01:27
-
-
Save mmurray/433907 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
No compatible versions could be found for required dependencies: | |
Conflict on: "bundler": | |
* bundler (0.9.26) activated by bundler (= 0.9.26, runtime) | |
* bundler (= 0.9.25, runtime) required in Gemfile | |
All possible versions of origin requirements conflict. |
Solved it...In all their wisdom rails depends on bundler, I had rails beta 3 in my gemfile which depended on bundler 0.9.25. Solution was to update to rails beta 4 which updated their dependency on bundler to 0.9.26. In my opinion rails shouldn't be specify a dependency on bundler at all, especially not with any particular version
But that's how you package rails applications with all of their dependencies included now?
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm running into this now. Have you solved it?