Skip to content

Instantly share code, notes, and snippets.

@mmurray
Created June 11, 2010 01:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mmurray/433907 to your computer and use it in GitHub Desktop.
Save mmurray/433907 to your computer and use it in GitHub Desktop.
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.
@saimonmoore
Copy link

I'm running into this now. Have you solved it?

@saimonmoore
Copy link

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

@justinbaker999
Copy link

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