From dc8ef5bac54d51811c32b726bfc57aeb229fac11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 May 2022 03:43:41 +0000 Subject: [PATCH] Bump nokogiri from 1.13.4 to 1.13.5 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.4 to 1.13.5. - [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.5) --- 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..be2ad6c0 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.5') gem('parallel', '1.19.1') gem('pry') gem('public_suffix', '4.0.5') diff --git a/Gemfile.lock b/Gemfile.lock index e4b67acc..dbe6cd6c 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.5) mini_portile2 (~> 2.8.0) racc (~> 1.4) - nokogiri (1.13.4-x86_64-linux) + nokogiri (1.13.5-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.5) parallel (= 1.19.1) pry public_suffix (= 4.0.5)