Skip to content

Commit 1ad0e17

Browse files
committed
Udpate nokogiri version
1 parent a89eee7 commit 1ad0e17

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-
else
64+
elsif RUBY_VERSION < '2.0.0'
6565
gem 'nokogiri', '1.6.7.1'
66+
else
67+
gem 'nokogiri', '1.8.5'
6668
end
6769

6870
if RUBY_VERSION <= '1.8.7'

0 commit comments

Comments
 (0)