Skip to content

Continue to improve our nokogiri support specification. #1497

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

Merged
merged 2 commits into from
Dec 1, 2015

Conversation

fables-tales
Copy link
Member

In this pr we got a
quick fix to our broken builds on travis due to nokogiri 1.6.6.4 and
1.6.6.3 not working on travis. Now that nokogiri is releasing new
versions, we want to continue to get them. This patch ensures we don't
get the versions that don't work on travis, but does give us new
versions.

In [this pr](#1493) we got a
quick fix to our broken builds on travis due to nokogiri 1.6.6.4 and
1.6.6.3 not working on travis. Now that nokogiri is releasing new
versions, we want to continue to get them. This patch ensures we don't
get the versions that don't work on travis, but does give us new
versions.
@@ -32,7 +32,7 @@ if RUBY_VERSION < '1.9.2'
elsif RUBY_VERSION < '1.9.3'
gem 'nokogiri', '1.5.2'
else
gem 'nokogiri', ['~> 1.5', '< 1.6.6.5']
gem 'nokogiri', ['~> 1.5', '< 1.6.6.3', '> 1.6.6.4']
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My bad, this actually needs to be ['~> 1.5', '!= 1.6.6.3', '!= 1.6.6.4']

JonRowe added a commit that referenced this pull request Dec 1, 2015
Continue to improve our nokogiri support specification.
@JonRowe JonRowe merged commit e27a461 into master Dec 1, 2015
@JonRowe JonRowe deleted the samphippen/nokogiri-versions branch December 1, 2015 01:42
@fables-tales
Copy link
Member Author

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants