mirror of
https://github.com/eosswedenorg/apt
synced 2026-06-18 04:50:03 +02:00
[Security fix] Update kramdown to >= 2.3.0
This commit is contained in:
parent
53a5e3a97b
commit
0f4e9f7cad
2 changed files with 103 additions and 93 deletions
5
Gemfile
5
Gemfile
|
|
@ -2,3 +2,8 @@ source "https://rubygems.org"
|
|||
gem 'tzinfo-data'
|
||||
gem 'wdm', '>= 0.1.0' if Gem.win_platform?
|
||||
gem "github-pages", group: :jekyll_plugins
|
||||
|
||||
# security vulnerability - https://github.com/advisories/GHSA-mqm2-cgpr-p4m6
|
||||
gem "kramdown", ">= 2.3.0"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue