We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1108185 + 16abb69 commit e44a437Copy full SHA for e44a437
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.9"
+gem "nokogiri", "~> 1.19.1"
38
# Fix for GitHub security alerts. 2020-08-08
39
gem "kramdown", ">= 2.3.0"
40
Gemfile.lock
@@ -218,7 +218,7 @@ GEM
218
minitest (5.24.1)
219
net-http (0.9.1)
220
uri (>= 0.11.1)
221
- nokogiri (1.18.9)
+ nokogiri (1.19.1)
222
mini_portile2 (~> 2.8.2)
223
racc (~> 1.4)
224
octokit (4.25.1)
@@ -266,7 +266,7 @@ DEPENDENCIES
266
jekyll-paginate
267
kramdown (>= 2.3.0)
268
minima (~> 2.0)
269
- nokogiri (~> 1.18.9)
+ nokogiri (~> 1.19.1)
270
webrick
271
272
BUNDLED WITH
0 commit comments