Skip to content

Commit df04087

Browse files
committed
these versions of nokogiri don't build on travis
1 parent 32da7fa commit df04087

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.3', '> 1.6.6.4']
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)