diff --git a/Gemfile b/Gemfile index 6906de2..5db4f08 100644 --- a/Gemfile +++ b/Gemfile @@ -5,5 +5,5 @@ group :jekyll_plugins do gem 'jemoji', '~> 0.8' end gem 'html-pipeline', '~> 2.5' -gem 'nokogiri', '~> 1.11' +gem 'nokogiri', '~> 1.16' gem 'html-proofer', '~> 3.6' diff --git a/Gemfile.lock b/Gemfile.lock index dc49d64..8cf6f9e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -63,10 +63,10 @@ GEM rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.3.6) - mini_portile2 (2.5.1) + mini_portile2 (2.8.8) minitest (5.14.1) - nokogiri (1.11.4) - mini_portile2 (~> 2.5.0) + nokogiri (1.16.5) + mini_portile2 (~> 2.8.2) racc (~> 1.4) nokogumbo (2.0.2) nokogiri (~> 1.8, >= 1.8.4) @@ -74,7 +74,7 @@ GEM pathutil (0.16.2) forwardable-extended (~> 2.6) public_suffix (4.0.5) - racc (1.5.2) + racc (1.8.1) rainbow (3.0.0) rb-fsevent (0.10.4) rb-inotify (0.10.1) @@ -103,7 +103,7 @@ DEPENDENCIES jekyll (~> 3.4) jekyll-optional-front-matter (~> 0.1) jemoji (~> 0.8) - nokogiri (~> 1.11) + nokogiri (~> 1.16) BUNDLED WITH 2.1.4