From 3335fb6dea6540d20622c849cbfc3c85b106f9c7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 6 Apr 2022 16:52:46 +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-YAJLRUBY-2441253 --- guides/Gemfile | 2 +- guides/Gemfile.lock | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/guides/Gemfile b/guides/Gemfile index e68abc2eca0..3ad613ab61e 100644 --- a/guides/Gemfile +++ b/guides/Gemfile @@ -9,7 +9,7 @@ gem 'nanoc', '3.6.3' gem 'nanoc-toolbox' gem 'rake' gem 'thin' -gem "yajl-ruby" +gem "yajl-ruby", ">= 1.4.2" gem 'sass' gem 'bourbon' gem 'neat' diff --git a/guides/Gemfile.lock b/guides/Gemfile.lock index 7c8116048d4..7659b06bbe7 100644 --- a/guides/Gemfile.lock +++ b/guides/Gemfile.lock @@ -72,7 +72,7 @@ GEM thor (0.19.1) timers (4.0.1) hitimes - yajl-ruby (1.2.1) + yajl-ruby (1.4.2) PLATFORMS ruby @@ -96,4 +96,7 @@ DEPENDENCIES rspec sass thin - yajl-ruby + yajl-ruby (>= 1.4.2) + +BUNDLED WITH + 2.1.4