Nokogiri requires Ruby version < 2.3

前端 未结 5 1179
轻奢々
轻奢々 2021-01-05 13:22

I am trying to get Rails to work on Windows 10. I am using Ruby 2.3.0, and Rails 4.2.6, and am temporarily using Nokogiri 1.6.3.

When I try running rails new d

5条回答
  •  迷失自我
    2021-01-05 13:47

    I had the same problem as you. On Windows you need to perform an additional step:

    http://www.nokogiri.org/tutorials/installing_nokogiri.html

提交回复
热议问题