From f0272fa38a12ee66cb302db0d8fec06f195ff71c Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Mon, 16 Aug 2021 16:14:41 +0200 Subject: [PATCH] [Security] Update addressable to >=2.8.0 --- Gemfile | 5 +++++ Gemfile.lock | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 16ada10..400c693 100644 --- a/Gemfile +++ b/Gemfile @@ -11,3 +11,8 @@ gem "activesupport", ">= 4.1.11" # security vulnerability - https://github.com/advisories/GHSA-vr8q-g5c7-m54m gem "nokogiri", ">= 1.11.0.rc4" + +# security vulnerability - https://github.com/advisories/GHSA-jxhc-q857-3j6g +gem "addressable", ">= 2.8.0" + + diff --git a/Gemfile.lock b/Gemfile.lock index 7b71af8..e7eca7a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,7 +7,7 @@ GEM minitest (~> 5.1) tzinfo (~> 1.1) zeitwerk (~> 2.2, >= 2.2.2) - addressable (2.7.0) + addressable (2.8.0) public_suffix (>= 2.0.2, < 5.0) coffee-script (2.4.1) coffee-script-source @@ -266,6 +266,7 @@ PLATFORMS DEPENDENCIES activesupport (>= 4.1.11) + addressable (>= 2.8.0) github-pages kramdown (>= 2.3.1) nokogiri (>= 1.11.0.rc4)