From fc8ee8649a7d3bc34f9524a364b3d95541918c8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Feb 2022 10:28:40 +0000 Subject: [PATCH] Bump nokogiri from 1.12.5 to 1.13.2 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.12.5 to 1.13.2. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.12.5...v1.13.2) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index fd7ea49d..46f2e5ad 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem 'jekyll-redirect-from' gem 'jekyll-sitemap' gem 'htmlbeautifier' gem 'kramdown-math-katex' -gem 'nokogiri', '~> 1.12' +gem 'nokogiri', '~> 1.13' # The plugin in the gem repository is ccurrently not maintained. # Temporarity provided locally. diff --git a/Gemfile.lock b/Gemfile.lock index cf060fb3..de378fe0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -69,11 +69,11 @@ GEM rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.4.0) - mini_portile2 (2.6.1) - nokogiri (1.12.5) - mini_portile2 (~> 2.6.1) + mini_portile2 (2.8.0) + nokogiri (1.13.2) + mini_portile2 (~> 2.8.0) racc (~> 1.4) - nokogiri (1.12.5-x86_64-linux) + nokogiri (1.13.2-x86_64-linux) racc (~> 1.4) nokogumbo (2.0.5) nokogiri (~> 1.8, >= 1.8.4) @@ -82,7 +82,7 @@ GEM forwardable-extended (~> 2.6) posix-spawn (0.3.15) public_suffix (4.0.6) - racc (1.5.2) + racc (1.6.0) rainbow (3.0.0) rb-fsevent (0.10.4) rb-inotify (0.10.1) @@ -115,7 +115,7 @@ DEPENDENCIES jekyll-redirect-from jekyll-sitemap kramdown-math-katex - nokogiri (~> 1.12) + nokogiri (~> 1.13) webrick (~> 1.7) BUNDLED WITH