Skip to content

Commit e27a461

Browse files
committed
Merge pull request #1497 from rspec/samphippen/nokogiri-versions
Continue to improve our nokogiri support specification.
2 parents b4c00c4 + df04087 commit e27a461

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)