Skip to content

Commit 9de3ef8

Browse files
committed
Update nokogiri version
1 parent a89eee7 commit 9de3ef8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Gemfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,12 @@ gem 'rack-cache', '< 1.3.0' if RUBY_VERSION < '2.0.0'
5959

6060
if RUBY_VERSION < '1.9.2'
6161
gem 'nokogiri', '~> 1.5.0'
62-
elsif RUBY_VERSION < '1.9.3'
62+
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)