We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc45ebe commit 685f24fCopy full SHA for 685f24f
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
@@ -349,6 +349,7 @@ PLATFORMS
349
DEPENDENCIES
350
github-pages (~> 232)
351
html-proofer
352
+ nokogiri (>= 1.18.3)
353
rake
354
355
BUNDLED WITH
0 commit comments