In case you don't have the version of ruby that the TheOdinProject uses, install it with rvm:
$ rvm install ruby-2.0.0-p353
$ rvm use ruby-2.0.0-p353
If you needed to install the ruby version specified previously, then you're going to need to install bundler all over again, run the following commands for that: