From f86b670f72f28f2e27d1c73680eae31919ee02f0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 12 Apr 2022 16:26:49 +0000 Subject: [PATCH] fix: guides/Gemfile & guides/Gemfile.lock to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-2620374 - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-2630623 - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-2630898 --- guides/Gemfile | 2 +- guides/Gemfile.lock | 17 ++++++++++------- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/guides/Gemfile b/guides/Gemfile index e68abc2eca0..33dce6ca0ac 100644 --- a/guides/Gemfile +++ b/guides/Gemfile @@ -4,7 +4,7 @@ gem 'builder' gem 'coderay_bash' gem 'kramdown' gem 'mime-types' -gem 'nokogiri' +gem 'nokogiri', '>= 1.13.4' gem 'nanoc', '3.6.3' gem 'nanoc-toolbox' gem 'rake' diff --git a/guides/Gemfile.lock b/guides/Gemfile.lock index 7c8116048d4..c4cf1af1a55 100644 --- a/guides/Gemfile.lock +++ b/guides/Gemfile.lock @@ -12,9 +12,7 @@ GEM coderay (1.1.0) coderay_bash (1.0.7) coderay (>= 1.0) - colored (1.2) - cri (2.6.1) - colored (~> 1.2) + cri (2.15.11) daemons (1.1.9) diff-lcs (1.2.5) eventmachine (1.0.7) @@ -29,7 +27,7 @@ GEM rb-inotify (>= 0.9) method_source (0.8.2) mime-types (2.4.3) - mini_portile (0.6.2) + mini_portile2 (2.8.0) nanoc (3.6.3) cri (~> 2.3) nanoc-toolbox (0.2.0) @@ -39,12 +37,14 @@ GEM neat (1.7.1) bourbon (>= 4.0) sass (>= 3.3) - nokogiri (1.6.6.2) - mini_portile (~> 0.6.0) + nokogiri (1.13.4) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) pry (0.10.1) coderay (~> 1.1.0) method_source (~> 0.8.1) slop (~> 3.4) + racc (1.6.0) rack (1.6.0) rake (10.4.2) rb-fsevent (0.9.4) @@ -89,7 +89,7 @@ DEPENDENCIES nanoc (= 3.6.3) nanoc-toolbox neat - nokogiri + nokogiri (>= 1.13.4) pry rake rb-fsevent @@ -97,3 +97,6 @@ DEPENDENCIES sass thin yajl-ruby + +BUNDLED WITH + 2.1.4