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

Commit 4a7a7e6

Browse files
committed
Merge pull request #260 from rspec/prevent-nokogiri-1.6.7
Prevent nokogiri 1.6.7
2 parents e0d3aef + a099180 commit 4a7a7e6

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", "!= 1.6.7.1"])
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", "!= 1.6.7"])
1919

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

0 commit comments

Comments
 (0)