From 9788d06302342b7e4b01afabaf73a9b076a20217 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Apr 2023 06:01:37 +0000 Subject: [PATCH] Bump nokogiri from 1.13.4 to 1.14.3 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.4 to 1.14.3. - [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.14.3) --- 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..b76194b 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.14.3') gem('parallel', '1.19.1') gem('pry') gem('public_suffix', '4.0.5') diff --git a/Gemfile.lock b/Gemfile.lock index baf1d6b..483da2f 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.14.3) mini_portile2 (~> 2.8.0) racc (~> 1.4) - nokogiri (1.13.4-x86_64-linux) + nokogiri (1.14.3-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.14.3) parallel (= 1.19.1) pry public_suffix (= 4.0.5)