From 61dab25dd94c9dbae50a0b564937c49b512f4c7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Mar 2023 02:09:54 +0000 Subject: [PATCH] Bump nokogiri from 1.13.4 to 1.13.10 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.4 to 1.13.10. - [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.10) --- 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 fa54e9b..893d6ef 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.10') gem('parallel', '1.19.1') gem('pry') gem('public_suffix', '4.0.5') diff --git a/Gemfile.lock b/Gemfile.lock index baf1d6b..d73ef96 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -135,10 +135,10 @@ GEM mustermann (2.0.2) ruby2_keywords (~> 0.0.1) netrc (0.11.0) - nokogiri (1.13.4) + nokogiri (1.13.10) mini_portile2 (~> 2.8.0) racc (~> 1.4) - nokogiri (1.13.4-x86_64-linux) + nokogiri (1.13.10-x86_64-linux) racc (~> 1.4) parallel (1.19.1) parser (3.2.1.1) @@ -268,7 +268,7 @@ DEPENDENCIES matrix mini_portile2 (= 2.8.0) multi_json (= 1.14.1) - nokogiri (= 1.13.4) + nokogiri (= 1.13.10) parallel (= 1.19.1) pry public_suffix (= 4.0.5)