Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nokogiri 64x dependency #1303

Closed
punmechanic opened this issue May 1, 2014 · 2 comments
Closed

Nokogiri 64x dependency #1303

punmechanic opened this issue May 1, 2014 · 2 comments

Comments

@punmechanic
Copy link

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?

gem 'nokogiri', '~> 1.6.2.rc1'
@jnicklas
Copy link
Collaborator

jnicklas commented May 3, 2014

Capybara has on open ended dependency on Nokogiri, there is nothing preventing you from using 1.6.2.rc1.

@jnicklas jnicklas closed this as completed May 3, 2014
@punmechanic
Copy link
Author

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.

@lock lock bot locked and limited conversation to collaborators Aug 17, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants