I've installed nokogiri using the "gem install nokogiri" command in git bash and shows me the gem has installed successfully. But when I try to run rails s
it gives me the require error for nokogiri
. I am not sure what's the reason and how to solve it.
I am using windows 10
I am using Ruby 2.2.3
Installing nokogiri
Error that I get