Skip to content

Commit 81f3936

Browse files
authored
Merge pull request #951 from kulshekhar/kulshekhar-patch-1
Fix nokogiri version to address CVE-2018-14404
2 parents 1235ffe + 20b90ad commit 81f3936

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ GEM
7474
listen (= 3.1.5)
7575
mercenary (~> 0.3)
7676
minima (= 2.5.0)
77-
nokogiri (>= 1.8.2, < 2.0)
77+
nokogiri (>= 1.8.5, < 2.0)
7878
rouge (= 2.2.1)
7979
terminal-table (~> 1.4)
8080
github-pages-health-check (1.8.1)
@@ -85,7 +85,7 @@ GEM
8585
typhoeus (~> 1.3)
8686
html-pipeline (2.8.4)
8787
activesupport (>= 2)
88-
nokogiri (>= 1.4)
88+
nokogiri (>= 1.8.5)
8989
http_parser.rb (0.6.0)
9090
i18n (0.9.5)
9191
concurrent-ruby (~> 1.0)
@@ -214,7 +214,7 @@ GEM
214214
jekyll-seo-tag (~> 2.1)
215215
minitest (5.11.3)
216216
multipart-post (2.0.0)
217-
nokogiri (1.8.4)
217+
nokogiri (1.8.5)
218218
mini_portile2 (~> 2.3.0)
219219
octokit (4.11.0)
220220
sawyer (~> 0.8.0, >= 0.5.3)

0 commit comments

Comments
 (0)