1
0
Fork 0
mirror of https://github.com/eosswedenorg/apt synced 2026-06-16 04:34:56 +02:00

[Security] Update addressable to >=2.8.0

This commit is contained in:
Henrik Hautakoski 2021-08-16 16:14:41 +02:00
parent bddde614a4
commit f0272fa38a
2 changed files with 7 additions and 1 deletions

View file

@ -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"

View file

@ -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)