Skip to content

Frequently Asked Questions

stevenheidel edited this page Aug 12, 2010 · 2 revisions

I keep getting Could not load the bundler gem. Install it with `gem install bundler`. even though bundler is installed?

Two reasons for this:
a) you have the incorrect gem path
Double check your gem paths or switch to using Ruby Version Manager.

b) your rubygems is < 1.3.6
Simply run gem update --system.

Clone this wiki locally