diff --git a/Gemfile b/Gemfile index e03a3070..99fcebb3 100644 --- a/Gemfile +++ b/Gemfile @@ -9,4 +9,4 @@ gem 'wdm', '>= 0.1.1' if Gem.win_platform? gem "webrick", "~> 1.7" -gem 'html-proofer', "~> 3.19.4" +gem 'html-proofer', "~> 4.1.0" diff --git a/Gemfile.lock b/Gemfile.lock index fb415893..8effdf09 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -107,7 +107,7 @@ GEM html-pipeline (2.14.1) activesupport (>= 2) nokogiri (>= 1.4) - html-proofer (3.19.4) + html-proofer (4.1.0) addressable (~> 2.3) mercenary (~> 0.3) nokogiri (~> 1.13) @@ -115,6 +115,7 @@ GEM rainbow (~> 3.0) typhoeus (~> 1.3) yell (~> 2.0) + zeitwerk (~> 2.5) http_parser.rb (0.8.0) i18n (0.9.5) concurrent-ruby (~> 1.0) @@ -242,10 +243,10 @@ GEM jekyll-seo-tag (~> 2.1) minitest (5.15.0) multipart-post (2.1.1) - nokogiri (1.13.6) + nokogiri (1.13.7) mini_portile2 (~> 2.8.0) racc (~> 1.4) - nokogiri (1.13.6-x64-mingw32) + nokogiri (1.13.7-x64-mingw32) racc (~> 1.4) octokit (4.22.0) faraday (>= 0.9) @@ -296,7 +297,7 @@ PLATFORMS DEPENDENCIES github-pages (= 226) - html-proofer (~> 3.19.4) + html-proofer (~> 4.1.0) webrick (~> 1.7) BUNDLED WITH