新手问题 bundle exec rspec 执行报错

gaolei80 · June 30, 2013 · Last by gaolei80 replied at June 30, 2013 · 2944 hits

按照 Ruby on Rails Tutorial 第三章里的步骤,进行到执行 bundle exec rspec spec/requests/static_pages_spec.rb这步时报错,请问各位大大们这是什么原因呢?感谢

Reason: Incompatible library version: nokogiri.bundle requires version 11.0.0 or later, but libxml2.2.dylib provides version 10.0.0

确保正确安装 nokogiri 先

#1 楼 @andor_chen 原来如此,感谢

You need to Sign in before reply, if you don't have an account, please Sign up first.