Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit d76c079

Browse files
committed
Merge pull request #258 from rspec/pin_nokogiri
Prevent bad version of nokogiri and fix build
2 parents a0bc860 + dd561a7 commit d76c079

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
@@ -15,7 +15,7 @@ end
1515

1616
### dep for ci/coverage
1717
gem 'simplecov', '~> 0.8'
18-
gem "nokogiri", (RUBY_VERSION < '1.9.3' ? "1.5.2" : ["~> 1.5", "!= 1.6.6.3", "!= 1.6.6.4"])
18+
gem "nokogiri", (RUBY_VERSION < '1.9.3' ? "1.5.2" : ["~> 1.5", "!= 1.6.6.3", "!= 1.6.6.4", "!= 1.6.7.1"])
1919

2020
gem 'rubocop', "~> 0.23.0", :platform => [:ruby_19, :ruby_20, :ruby_21]
2121

0 commit comments

Comments
 (0)