Addressing CVE-2020-26247 (#96)

This commit is contained in:
Tyler Kelly
2021-01-04 14:19:09 +10:00
committed by GitHub
parent b9ceb23071
commit a53cc0a0b9
2 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -10,6 +10,6 @@ group :development, :test do
gem 'redcarpet', '~> 3.4.0'
gem 'kramdown', '~> 2.3.0'
gem 'kramdown-parser-gfm', '~> 1.1.0'
gem 'nokogiri', '~> 1.10.8'
gem 'nokogiri', '~> 1.11.0.rc4'
gem "jekyll-last-modified-at", "~> 1.0"
end
+6 -4
View File
@@ -47,13 +47,15 @@ GEM
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.3.6)
mini_portile2 (2.4.0)
nokogiri (1.10.10)
mini_portile2 (~> 2.4.0)
mini_portile2 (2.5.0)
nokogiri (1.11.0.rc4)
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
posix-spawn (0.3.15)
public_suffix (4.0.5)
racc (1.5.2)
rb-fsevent (0.10.4)
rb-inotify (0.10.1)
ffi (~> 1.0)
@@ -77,7 +79,7 @@ DEPENDENCIES
jekyll-sitemap (~> 1.2.0)
kramdown (~> 2.3.0)
kramdown-parser-gfm (~> 1.1.0)
nokogiri (~> 1.10.8)
nokogiri (~> 1.11.0.rc4)
redcarpet (~> 3.4.0)
BUNDLED WITH