Rails で Ruby 1.8.7 を使用したいのですが、実行する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 をインストールして動作させようとしましたが、役に立ちませんでした。