From 8d49c73832b9efcd22d54cc16e4cc85cdbb4fb76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Oct 2022 02:27:07 +0000 Subject: [PATCH] Bump nokogiri from 1.13.4 to 1.13.9 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.4 to 1.13.9. - [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.13.4...v1.13.9) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index b5420731..e0e6e76f 100644 --- a/Gemfile +++ b/Gemfile @@ -22,7 +22,7 @@ gem('json-ld') gem('mini_portile2', '2.8.0') gem('matrix') gem('multi_json', '1.14.1') -gem('nokogiri', '1.13.4') +gem('nokogiri', '1.13.9') gem('parallel', '1.19.1') gem('pry') gem('public_suffix', '4.0.5') diff --git a/Gemfile.lock b/Gemfile.lock index e4b67acc..cbb83f4c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -131,10 +131,10 @@ GEM mustermann (1.1.1) ruby2_keywords (~> 0.0.1) netrc (0.11.0) - nokogiri (1.13.4) + nokogiri (1.13.9) mini_portile2 (~> 2.8.0) racc (~> 1.4) - nokogiri (1.13.4-x86_64-linux) + nokogiri (1.13.9-x86_64-linux) racc (~> 1.4) parallel (1.19.1) parser (3.0.3.2) @@ -263,7 +263,7 @@ DEPENDENCIES matrix mini_portile2 (= 2.8.0) multi_json (= 1.14.1) - nokogiri (= 1.13.4) + nokogiri (= 1.13.9) parallel (= 1.19.1) pry public_suffix (= 4.0.5)