From 49826dee468c410686c043b73beaf8600766a2a6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 25 Feb 2020 03:49:47 +0000 Subject: [PATCH] fix: docs/Gemfile & docs/Gemfile.lock to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RAKE-552000 --- docs/Gemfile | 2 +- docs/Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/Gemfile b/docs/Gemfile index f144584eff350..5b22e4f9038a6 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -gem 'rake' +gem 'rake', '>= 12.3.3' # jekyll, which builds it all # 3.0 includes sass processing diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index bd775465628be..4894c19215679 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -39,7 +39,7 @@ GEM pygments.rb (0.6.3) posix-spawn (~> 0.3.6) yajl-ruby (~> 1.2.0) - rake (11.2.2) + rake (13.0.1) rb-fsevent (0.9.7) rb-inotify (0.9.7) ffi (>= 0.5.0) @@ -61,10 +61,10 @@ DEPENDENCIES jekyll-redirect-from json pygments.rb - rake + rake (>= 12.3.3) rb-fsevent redcarpet sanitize (~> 2.0) BUNDLED WITH - 1.11.2 + 1.17.3