C:\Sites\blog>rails s
上記にてサーバー立ち上げようとしているのですが、
下記エラーが出てしまします。
--------------------
Bundler could not find compatible versions for gem "nokogiri":
In snapshot (Gemfile.lock):
nokogiri (= 1.6.6.4)
In Gemfile:
capybara (~> 2.13) x86-mingw32 was resolved to 2.18.0, which depends on
nokogiri (>= 1.3.3) x86-mingw32
Running bundle update
will rebuild your snapshot from scratch, using only
the gems in your Gemfile, which may resolve the conflict.
----------------------
bundle update
を実行したり
nokogiri
でググって、出てきたコマンドを 色々実行してみましたが解決しません。
どなたかご教授いただけましたら助かります。
あなたの回答
tips
プレビュー