Noob following installation directions from here.
Doing a bundle install
getting the following error:
Bundler could not find compatible versions for gem "rails":
In Gemfile:
open_conference_ware (~> 1.0.0.pre) ruby depends on
rails (~> 4.0.2) ruby
rails (4.1.8)
So I did sudo gem install rails -v 4.0.2
and now according to gem list
:
rails (4.1.8, 4.0.2)
But I still recieve the error!
Doesn't 4.0.2 qualify?
Is there something I need to set to force the proper version?