Skip to content

Commit 1c92509

Browse files
Sam Phippensebjacobs
authored andcommitted
Continue to improve our nokogiri support specification.
In [this pr](rspec#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.
1 parent 7a1ee0a commit 1c92509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ if RUBY_VERSION < '1.9.2'
3232
elsif RUBY_VERSION < '1.9.3'
3333
gem 'nokogiri', '1.5.2'
3434
else
35-
gem 'nokogiri', ['~> 1.5', '< 1.6.6.5']
35+
gem 'nokogiri', ['~> 1.5', '< 1.6.6.3', '> 1.6.6.4']
3636
end
3737

3838
if RUBY_VERSION <= '1.8.7'

0 commit comments

Comments
 (0)