Using rvm I upgraded my ruby to 1.9.3-p392, also added 2.0.0, anytime I try to use this version when I run my bundle command I get this error.
Could not load
The new way to do it, according to a comment by @Purplejacket above, is the following:
rvm autolibs homebrew rvm install 2.1.1 rvm use 2.1.1
It's much easier.