The problem I'm having is that after I clone the repo and try to test the app I get this error- "Your Ruby version is 2.2.3, but your Gemfile is specified 2.1.1."
Same error when I run bundle install or try to run the rails server. Do I need to install the older 2.1.1 version of ruby in order to test the app?