From 81ea5ab36e0cfdfd4341c12354a12c7c16764687 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 20 May 2022 16:37:51 +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-2840634 --- Gemfile | 2 +- Gemfile.lock | 21 ++++++++++++++------- 2 files changed, 15 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index c281ce4..513efa8 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ source "http://rubygems.org" # gem 'albacore', :git => 'https://github.com/Albacore/albacore.git', :branch => 'clean_slate' -gem 'albacore', '~> 2.0.0' +gem 'albacore', '~> 2.0.16' diff --git a/Gemfile.lock b/Gemfile.lock index 9a29281..ff0e348 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -6,16 +6,23 @@ GEM nokogiri (~> 1.5) rake (~> 10) semver2 (~> 3.4) - map (6.5.5) - mini_portile (0.6.0) - nokogiri (1.6.3.1) - mini_portile (= 0.6.0) - rake (10.3.2) - semver2 (3.4.0) + map (6.6.0) + mini_portile2 (2.8.0) + nokogiri (1.13.6) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) + nokogiri (1.13.6-x86-mingw32) + racc (~> 1.4) + racc (1.6.0) + rake (10.5.0) + semver2 (3.4.2) PLATFORMS ruby x86-mingw32 DEPENDENCIES - albacore (~> 2.0.0) + albacore (~> 2.0.16) + +BUNDLED WITH + 2.1.4