mirror of
https://github.com/eosswedenorg/apt
synced 2026-06-19 05:00:04 +02:00
[Security] Update addressable to >=2.8.0
This commit is contained in:
parent
bddde614a4
commit
f0272fa38a
2 changed files with 7 additions and 1 deletions
5
Gemfile
5
Gemfile
|
|
@ -11,3 +11,8 @@ gem "activesupport", ">= 4.1.11"
|
||||||
|
|
||||||
# security vulnerability - https://github.com/advisories/GHSA-vr8q-g5c7-m54m
|
# security vulnerability - https://github.com/advisories/GHSA-vr8q-g5c7-m54m
|
||||||
gem "nokogiri", ">= 1.11.0.rc4"
|
gem "nokogiri", ">= 1.11.0.rc4"
|
||||||
|
|
||||||
|
# security vulnerability - https://github.com/advisories/GHSA-jxhc-q857-3j6g
|
||||||
|
gem "addressable", ">= 2.8.0"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ GEM
|
||||||
minitest (~> 5.1)
|
minitest (~> 5.1)
|
||||||
tzinfo (~> 1.1)
|
tzinfo (~> 1.1)
|
||||||
zeitwerk (~> 2.2, >= 2.2.2)
|
zeitwerk (~> 2.2, >= 2.2.2)
|
||||||
addressable (2.7.0)
|
addressable (2.8.0)
|
||||||
public_suffix (>= 2.0.2, < 5.0)
|
public_suffix (>= 2.0.2, < 5.0)
|
||||||
coffee-script (2.4.1)
|
coffee-script (2.4.1)
|
||||||
coffee-script-source
|
coffee-script-source
|
||||||
|
|
@ -266,6 +266,7 @@ PLATFORMS
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
activesupport (>= 4.1.11)
|
activesupport (>= 4.1.11)
|
||||||
|
addressable (>= 2.8.0)
|
||||||
github-pages
|
github-pages
|
||||||
kramdown (>= 2.3.1)
|
kramdown (>= 2.3.1)
|
||||||
nokogiri (>= 1.11.0.rc4)
|
nokogiri (>= 1.11.0.rc4)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue