Skip to content

Commit a151246

Browse files
BobbyMcWhosebjacobs
authored andcommitted
Udpate nokogiri version (rspec#2032)
* Update nokogiri version
1 parent ea4d3ca commit a151246

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Gemfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,10 @@ if RUBY_VERSION < '1.9.2'
6161
gem 'nokogiri', '~> 1.5.0'
6262
elsif RUBY_VERSION < '1.9.3'
6363
gem 'nokogiri', '1.5.2'
64+
elsif RUBY_VERSION < '2.1.0'
65+
gem 'nokogiri', '1.6.8.1'
6466
else
65-
gem 'nokogiri', '1.6.7.1'
67+
gem 'nokogiri', '1.8.5'
6668
end
6769

6870
if RUBY_VERSION <= '1.8.7'

0 commit comments

Comments
 (0)