From 69b71837b988fba8f559fea2a8a6686659867d3d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 12 Oct 2018 09:38:01 +0000 Subject: [PATCH] fix: Gemfile.lock & Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-72433 --- Gemfile | 2 +- Gemfile.lock | 11 +++++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index d66b47e..39fdb05 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -gem 'nokogiri' +gem 'nokogiri', '>= 1.8.5' gem 'colorize' gem 'stopwords' gem 'json' diff --git a/Gemfile.lock b/Gemfile.lock index 65a2097..48bc1f2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,9 +3,9 @@ GEM specs: colorize (0.7.3) json (1.8.1) - mini_portile (0.6.0) - nokogiri (1.6.2.1) - mini_portile (= 0.6.0) + mini_portile2 (2.3.0) + nokogiri (1.8.5) + mini_portile2 (~> 2.3.0) stopwords (0.2) PLATFORMS @@ -14,5 +14,8 @@ PLATFORMS DEPENDENCIES colorize json - nokogiri + nokogiri (>= 1.8.5) stopwords + +BUNDLED WITH + 1.16.6