The fix was quicker than I expected :) Bundler has been revamped as a binary, so wycats instructions are invalid now.
To get rails edge rolling, one must do : (sudo) gem uninstall bundler (sudo) gem install bundler --prerelease cd to/your/rails/app/ bundle install More information: http://github.com/carlhuda/bundler/issues/#issue/1 I let a comment on the Rails blog as well. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

