Skip to content

Commit

Permalink
CVE-2019-5477 - Explicitly use nokogiri >= 1.10.4 (#679)
Browse files Browse the repository at this point in the history
* Explicitly use nokogiri >= 1.10.4

* Cover all version

Signed-off-by: Tom Kerkhove <kerkhove.tom@gmail.com>
  • Loading branch information
tomkerkhove authored Aug 20, 2019
1 parent d27a028 commit f307e01
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docs/Gemfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
source 'https://rubygems.org'
gem 'github-pages', '>= 192', group: :jekyll_plugins
gem 'github-pages', '>= 192', group: :jekyll_plugins
gem "nokogiri", '>= 1.10.4'
5 changes: 3 additions & 2 deletions docs/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ GEM
listen (= 3.1.5)
mercenary (~> 0.3)
minima (= 2.5.0)
nokogiri (>= 1.8.5, < 2.0)
nokogiri (>= 1.10.4, < 2.0)
rouge (= 2.2.1)
terminal-table (~> 1.4)
github-pages-health-check (1.16.1)
Expand All @@ -85,7 +85,7 @@ GEM
typhoeus (~> 1.3)
html-pipeline (2.12.0)
activesupport (>= 2)
nokogiri (>= 1.4)
nokogiri (>= 1.10.4)
http_parser.rb (0.6.0)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -248,6 +248,7 @@ PLATFORMS

DEPENDENCIES
github-pages (>= 192)
nokogiri (>= 1.10.4)

BUNDLED WITH
1.17.3

0 comments on commit f307e01

Please sign in to comment.