We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 68ed3d8 + 18cf4f1 commit 4707112Copy full SHA for 4707112
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.18.4"
+gem "nokogiri", "~> 1.18.8"
38
# Fix for GitHub security alerts. 2020-08-08
39
gem "kramdown", ">= 2.3.0"
40
Gemfile.lock
@@ -216,7 +216,7 @@ GEM
216
minitest (5.24.1)
217
net-http (0.4.1)
218
uri
219
- nokogiri (1.18.4)
+ nokogiri (1.18.8)
220
mini_portile2 (~> 2.8.2)
221
racc (~> 1.4)
222
octokit (4.25.1)
@@ -264,7 +264,7 @@ DEPENDENCIES
264
jekyll-paginate
265
kramdown (>= 2.3.0)
266
minima (~> 2.0)
267
- nokogiri (~> 1.18.4)
+ nokogiri (~> 1.18.8)
268
webrick
269
270
BUNDLED WITH
0 commit comments