You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been using capybara with rails for a little while and noticed that it has a dependency on nokogiri - unfortunately, nokogiri was not supported for x64 machines until very recently; there was a new release a couple weeks back for nokogiri 1.6.2 rc1, however capybara does not reflect this and still requires nokogiri 1.6.1 (which does not support x64 machines).
Is there any chance you could update the gemfile to use the new nokogiri 1.6.2?
gem 'nokogiri', '~> 1.6.2.rc1'
The text was updated successfully, but these errors were encountered:
Yes, correct. And I use it myself.
However, I thought it might be worth mentioning in case one of your other users is running x64. The new nokogiri supports that and is backwards compatible with the old.
lockbot
locked and limited conversation to collaborators
Aug 17, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I've been using capybara with rails for a little while and noticed that it has a dependency on nokogiri - unfortunately, nokogiri was not supported for x64 machines until very recently; there was a new release a couple weeks back for nokogiri 1.6.2 rc1, however capybara does not reflect this and still requires nokogiri 1.6.1 (which does not support x64 machines).
Is there any chance you could update the gemfile to use the new nokogiri 1.6.2?
The text was updated successfully, but these errors were encountered: