We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 19b63ed + a4f7202 commit 0530461Copy full SHA for 0530461
Gemfile
@@ -1,6 +1,7 @@
1
source "https://rubygems.org"
2
3
gem "github-pages", "~> 232", group: :jekyll_plugins
4
+gem "nokogiri", ">= 1.18.3"
5
6
group :test do
7
gem "html-proofer"
Gemfile.lock
@@ -353,6 +353,7 @@ PLATFORMS
353
DEPENDENCIES
354
github-pages (~> 232)
355
html-proofer
356
+ nokogiri (>= 1.18.3)
357
rake
358
359
BUNDLED WITH
0 commit comments