views:

1209

answers:

2

It can be traced back to config/boot.rb, line 7:

require 'rubygems'
require 'bundler'
Bundler.setup

This is with Bundler 0.8.1 supposedly installed:

../Users/ashley$ sudo gem install bundler
Successfully installed bundler-0.8.1
1 gem installed
Installing ri documentation for bundler-0.8.1...
Installing RDoc documentation for bundler-0.8.1...

Everything I've done has followed this guide. Anyone have any clue what's wrong?

Thanks :)

+8  A: 

Try gem install bundler --prerelease

ursm
Thanks, that fixes it. However now 'gem bundle' doesn't work?http://pastie.org/807869
Ashley Williams
@ashleyw gem bundle is history, use bundle
Sam Saffron
+2  A: 

ursm is right. Make sure you have old bundlers removed as well.