When I do bundle install
bundling edge rails I get this error:
No compatible versions could be found for required dependencies:
Conflict on: "bundler":
* bundler (0.9.26) activated by bundler (= 0.9.26, runtime)
* bundler (>= 1.0.0.beta.3, runtime) required by rails (>= 0, runtime)
All possible versions of origin requirements conflict.
Is there any way that I can install the lastest edge rails without installing bundler 1.0.0.beta.3?