mirror of
https://github.com/eosswedenorg/apt
synced 2026-06-18 04:50:03 +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
|
||||
gem "nokogiri", ">= 1.11.0.rc4"
|
||||
|
||||
# security vulnerability - https://github.com/advisories/GHSA-jxhc-q857-3j6g
|
||||
gem "addressable", ">= 2.8.0"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue