我想将 Ruby 1.8.7 与 Rails 一起使用,但是当我运行时出现bundle install
此错误:
Gem::InstallError: nokogiri requires Ruby version >= 1.9.2.
An error occurred while installing nokogiri (1.6.0), and Bundler cannot continue.
Make sure that `gem install nokogiri -v '1.6.0'` succeeds before bundling.
nokogiri 1.6.0 不支持 Ruby <1.9.2。
我尝试安装 nokogiri 1.5.9 以使一切正常,但没有帮助。