I tried to do:
rake db:migrate
to get this app from github installed on my mac, and I got this error:
Missing the Rails 2.1.1 gem. Please `gem install -v=2.1.1 rails`, update your RAILS_GEM_VERSION setting in config/environment.rb for the Rails version you do have installed, or comment out RAILS_GEM_VERSION to use the latest version installed.
how can I temporarily or for this app only run 2.1.1.?