我在 Lion 10.7.3 上运行,带有 Ruby 版本 1.9.3-p125 和最新版本的 Xcode。
当我尝试启动服务器时,出现以下错误:
在这台机器上可用的 gem 中找不到 gem 'rails (= 3.1.0) ruby'。运行
bundle install
以安装缺少的 gem。
所以我尝试运行 bundle install 并收到以下错误:
Bundler could not find compatible versions for gem "actionpack": In
snapshot (Gemfile.lock):
actionpack (3.1.0.rc4) In Gemfile:
meta_search (= 1.1.0) ruby depends on
actionpack (~> 3.1.0) ruby
Running `bundle update` will rebuild your snapshot from scratch, using
only the gems in your Gemfile, which may resolve the conflict.
然后我尝试运行捆绑更新,但收到以下错误:
安装 mysql2 (0.3.11) 时出错,Bundler 无法继续。
gem install mysql2 -v '0.3.11'
在捆绑之前确保成功。
我现在已经完全被困了几个小时......有人知道如何解决这个问题吗?