我不明白这是怎么发生的:
$ 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)
我不明白怎么可能出现这个错误;Bundler 不能防止这种情况发生吗?
$ gem list rack
*** LOCAL GEMS ***
rack (1.4.4, 1.4.3, 1.4.1)
在 Gemfile 中,我们需要明确列出 UUID 库的 rack,我相信:
gem "rack"