From 695472531d9deded81c7d49d10973e8938550c5c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 12 Apr 2022 20:11:26 +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-2620374 - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-2630623 - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-2630898 --- 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..6948156 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.4) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) + nokogiri (1.13.4-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