mirror of
https://github.com/eosswedenorg/apt
synced 2026-06-18 04:50:03 +02:00
Gemfile: Make sure github-pages has version >= 255
This commit is contained in:
parent
b4a428f4ce
commit
8ed6862724
2 changed files with 93 additions and 81 deletions
4
Gemfile
4
Gemfile
|
|
@ -1,7 +1,7 @@
|
|||
source "https://rubygems.org"
|
||||
gem 'tzinfo-data'
|
||||
gem 'wdm', '>= 0.1.0' if Gem.win_platform?
|
||||
gem "github-pages", group: :jekyll_plugins
|
||||
gem "github-pages", ">= 225", group: :jekyll_plugins
|
||||
|
||||
# security vulnerability - https://github.com/advisories/GHSA-52p9-v744-mwjj
|
||||
gem "kramdown", ">= 2.3.1"
|
||||
|
|
@ -14,5 +14,3 @@ 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