I don't understand how this can happen:
$ bundle install
[...]
$ bundle exec rails server
[...] You have already activated rack 1.4.4, but your Gemfile requires rack 1.4.3. Using bundle exec may solve this. (Gem::LoadError)
I don't see how it's possible to have this error; doesn't Bundler protect against this?
$ gem list rack
*** LOCAL GEMS ***
rack (1.4.4, 1.4.3, 1.4.1)
In Gemfile, we needed to explicitly list rack for a UUID lib, I believe:
gem "rack"