I keep getting Could not load the bundler gem. Install it with `gem install bundler`. even though bundler is installed?
Could not load the bundler gem. Install it with `gem install bundler`.
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.
gem update --system
There was an error while loading. Please reload this page.