From 84609d02d37aaf39c25f71e7e9b8e0d0053d8fed Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 21 Nov 2019 05:19:43 +0000 Subject: [PATCH] fix: Gemfile & Gemfile.lock to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-534637 --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 05b768e..920604b 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ source 'https://rubygems.org' -gem 'nokogiri', '~> 1.8.1' +gem 'nokogiri', '~> 1.10.5' gem 'rspec', '3.7.0', :group => :development \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index 3f5b8d5..743ca32 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,9 +2,9 @@ GEM remote: https://rubygems.org/ specs: diff-lcs (1.3) - mini_portile2 (2.3.0) - nokogiri (1.8.2) - mini_portile2 (~> 2.3.0) + mini_portile2 (2.4.0) + nokogiri (1.10.5) + mini_portile2 (~> 2.4.0) rspec (3.7.0) rspec-core (~> 3.7.0) rspec-expectations (~> 3.7.0) @@ -23,8 +23,8 @@ PLATFORMS ruby DEPENDENCIES - nokogiri (~> 1.8.1) + nokogiri (~> 1.10.5) rspec (= 3.7.0) BUNDLED WITH - 1.15.4 + 1.17.3