2 parents aa05402 + 2745d04 commit 5cd6ef7Copy full SHA for 5cd6ef7
2 files changed
Gemfile
@@ -34,7 +34,7 @@ end
34
#gem "wdm", "~> 0.1.0" if Gem.win_platform?
35
36
# Suggestions for a vulnerability of Nokogiri from GitHub. 2019-08-21
37
-gem "nokogiri", "~> 1.19.3"
+gem "nokogiri", "~> 1.19.4"
38
# Fix for GitHub security alerts. 2020-08-08
39
gem "kramdown", ">= 2.3.0"
40
Gemfile.lock
@@ -229,7 +229,7 @@ GEM
229
minitest (5.27.0)
230
net-http (0.9.1)
231
uri (>= 0.11.1)
232
- nokogiri (1.19.3)
+ nokogiri (1.19.4)
233
mini_portile2 (~> 2.8.2)
234
racc (~> 1.4)
235
octokit (4.25.1)
@@ -277,7 +277,7 @@ DEPENDENCIES
277
jekyll-paginate
278
kramdown (>= 2.3.0)
279
minima (~> 2.0)
280
- nokogiri (~> 1.19.3)
+ nokogiri (~> 1.19.4)
281
webrick
282
283
BUNDLED WITH
0 commit comments