1
0
Fork 0
mirror of https://github.com/eosswedenorg/apt synced 2026-06-25 10:33:44 +02:00

[Security] Update activesupport to >= 4.1.11

This commit is contained in:
Henrik Hautakoski 2020-08-14 15:27:57 +02:00
parent 0f4e9f7cad
commit 18f09cbe88
2 changed files with 15 additions and 6 deletions

View file

@ -6,4 +6,7 @@ gem "github-pages", group: :jekyll_plugins
# security vulnerability - https://github.com/advisories/GHSA-mqm2-cgpr-p4m6
gem "kramdown", ">= 2.3.0"
# security vulnerability - https://github.com/advisories/GHSA-j96r-xvjq-r9pg
gem "activesupport", ">= 4.1.11"