Skip to content

Commit

Permalink
Merge pull request #3892 from werf/chore_docs_resolve_warning
Browse files Browse the repository at this point in the history
chore(docs): resolve the warning "NOTE: nokogumbo: Using Nokogiri::HTML5 provided by Nokogiri"
  • Loading branch information
alexey-igrychev committed Oct 29, 2021
2 parents f5bb2b2 + 0518eb6 commit daa0d35
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/site/Gemfile.lock
Expand Up @@ -16,11 +16,13 @@ GEM
ethon (0.14.0)
ffi (>= 1.15.0)
eventmachine (1.2.7)
eventmachine (1.2.7-x64-mingw32)
execjs (2.8.1)
extras (0.3.0)
forwardable-extended (~> 2.5)
fastimage (2.2.3)
ffi (1.15.0)
ffi (1.15.0-x64-mingw32)
forwardable-extended (2.6.0)
html-proofer (3.19.1)
addressable (~> 2.3)
Expand Down Expand Up @@ -81,6 +83,8 @@ GEM
nokogiri (1.12.5)
mini_portile2 (~> 2.6.1)
racc (~> 1.4)
nokogiri (1.12.5-x64-mingw32)
racc (~> 1.4)
nokogiri (1.12.5-x86_64-darwin)
racc (~> 1.4)
nokogumbo (2.0.5)
Expand All @@ -89,7 +93,7 @@ GEM
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (4.0.6)
racc (1.5.2)
racc (1.6.0)
rack (2.2.3)
rainbow (3.0.0)
rb-fsevent (0.11.0)
Expand All @@ -115,6 +119,7 @@ GEM

PLATFORMS
ruby
x64-mingw32
x86_64-darwin-18

DEPENDENCIES
Expand Down

0 comments on commit daa0d35

Please sign in to comment.