From 9d130ca36d3c902e3db6e24aad2a53beb322d89e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Mar 2022 10:57:38 +1000 Subject: [PATCH] Bump nokogiri from 1.12.5 to 1.13.2 (#2238) 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:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index aa72cf847..6646cf1ee 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ group :development, :test do gem 'rouge', '~> 3.2.1' gem 'kramdown', '~> 2.3.1' gem 'kramdown-parser-gfm', '~> 1.1.0' - gem 'nokogiri', '~> 1.12.5' + gem 'nokogiri', '~> 1.13.2' gem "jekyll-last-modified-at", "~> 1.0" gem 'wdm', '~> 0.1.1', :install_if => Gem.win_platform? end diff --git a/Gemfile.lock b/Gemfile.lock index 9868bb79a..e42e10a79 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -47,15 +47,15 @@ GEM rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.3.6) - 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) pathutil (0.16.2) forwardable-extended (~> 2.6) posix-spawn (0.3.15) public_suffix (4.0.6) - racc (1.5.2) + racc (1.6.0) rb-fsevent (0.10.4) rb-inotify (0.10.1) ffi (~> 1.0) @@ -79,7 +79,7 @@ DEPENDENCIES jekyll-sitemap (~> 1.2.0) kramdown (~> 2.3.1) kramdown-parser-gfm (~> 1.1.0) - nokogiri (~> 1.12.5) + nokogiri (~> 1.13.2) rouge (~> 3.2.1) wdm (~> 0.1.1)