diff --git a/Gemfile b/Gemfile index 8cfdaea..e280692 100644 --- a/Gemfile +++ b/Gemfile @@ -24,4 +24,4 @@ gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby] # Performance-booster for watching directories on Windows gem "wdm", "~> 0.1.0" if Gem.win_platform? -gem "html-proofer", "~> 3.19" +gem "html-proofer", "~> 5.0" diff --git a/Gemfile.lock b/Gemfile.lock index 247ca43..db08ac1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -24,16 +24,22 @@ GEM minitest (~> 5.1) tzinfo (~> 1.1) zeitwerk (~> 2.2, >= 2.2.2) - addressable (2.8.0) - public_suffix (>= 2.0.2, < 5.0) + addressable (2.8.1) + public_suffix (>= 2.0.2, < 6.0) + async (2.3.1) + console (~> 1.10) + io-event (~> 1.1) + timers (~> 4.1) autoprefixer-rails (10.4.2.0) execjs (~> 2) colorator (1.1.0) concurrent-ruby (1.1.10) + console (1.16.2) + fiber-local em-websocket (0.5.3) eventmachine (>= 0.12.9) http_parser.rb (~> 0) - ethon (0.15.0) + ethon (0.16.0) ffi (>= 1.15.0) eventmachine (1.2.7) execjs (2.7.0) @@ -41,18 +47,20 @@ GEM forwardable-extended (~> 2.5) fastimage (2.2.6) ffi (1.15.5) + fiber-local (1.0.0) forwardable-extended (2.6.0) - html-proofer (3.19.3) + html-proofer (5.0.3) addressable (~> 2.3) - mercenary (~> 0.3) - nokogiri (~> 1.12) - parallel (~> 1.3) + async (~> 2.1) + nokogiri (~> 1.13) 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) + io-event (1.1.4) jekyll (3.9.2) addressable (~> 2.4) colorator (~> 1.0) @@ -95,16 +103,15 @@ GEM rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.3.6) - mini_portile2 (2.8.0) + mini_portile2 (2.8.1) minitest (5.15.0) - nokogiri (1.13.3) + nokogiri (1.13.10) mini_portile2 (~> 2.8.0) racc (~> 1.4) - parallel (1.22.1) pathutil (0.16.2) forwardable-extended (~> 2.6) - public_suffix (4.0.7) - racc (1.6.0) + public_suffix (5.0.1) + racc (1.6.2) rack (2.2.3) rainbow (3.1.1) rb-fsevent (0.11.1) @@ -124,6 +131,7 @@ GEM concurrent-ruby (~> 1.0) rack (> 1, < 3) thread_safe (0.3.6) + timers (4.3.5) typhoeus (1.4.0) ethon (>= 0.9.0) tzinfo (1.2.9) @@ -137,7 +145,7 @@ PLATFORMS DEPENDENCIES autoprefixer-rails execjs (= 2.7.0) - html-proofer (~> 3.19) + html-proofer (~> 5.0) jekyll (~> 3.9) jekyll-assets! jekyll-feed (~> 0.15)