Got the same missing bundler message running rake after upgrading to Ruby 1.9.2.
Rake needed updating and bundler needed to be reinstalled:
sudo gem update rake
sudo gem install bundler
Reinstalling bundler might have fixed the error, but you want to make sure rake is right too.