From deeab78f8869db8e4814539f82b0e3d4dc97d3b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 17:41:58 +0000 Subject: [PATCH] Bump nokogiri, mini_portile2 and rspec Bumps [nokogiri](https://github.com/sparklemotion/nokogiri), [mini_portile2](https://github.com/flavorjones/mini_portile) and [rspec](https://github.com/rspec/rspec). These dependencies needed to be updated together. Updates `nokogiri` from 1.13.4 to 1.18.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.18.10) Updates `mini_portile2` from 2.8.0 to 2.8.9 - [Release notes](https://github.com/flavorjones/mini_portile/releases) - [Changelog](https://github.com/flavorjones/mini_portile/blob/main/CHANGELOG.md) - [Commits](https://github.com/flavorjones/mini_portile/compare/v2.8.0...v2.8.9) Updates `rspec` from 3.12.0 to 3.13.2 - [Commits](https://github.com/rspec/rspec/commits/rspec-v3.13.2) --- updated-dependencies: - dependency-name: nokogiri dependency-version: 1.18.10 dependency-type: direct:production - dependency-name: mini_portile2 dependency-version: 2.8.9 dependency-type: direct:production - dependency-name: rspec dependency-version: 3.13.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 4 ++-- Gemfile.lock | 36 ++++++++++++++++++------------------ 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/Gemfile b/Gemfile index f22cff3..186b7bb 100644 --- a/Gemfile +++ b/Gemfile @@ -19,10 +19,10 @@ gem('fuzzy-string-match') gem('hashie') gem('i18n', '1.8.2') gem('json-ld') -gem('mini_portile2', '2.8.0') +gem('mini_portile2', '2.8.9') gem('matrix') gem('multi_json', '1.14.1') -gem('nokogiri', '1.13.4') +gem('nokogiri', '1.18.10') gem('parallel', '1.19.1') gem('pry') gem('public_suffix', '4.0.5') diff --git a/Gemfile.lock b/Gemfile.lock index fc3551b..8be376f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -128,17 +128,17 @@ GEM mime-types (3.4.1) mime-types-data (~> 3.2015) mime-types-data (3.2023.0218.1) - mini_portile2 (2.8.0) + mini_portile2 (2.8.9) minitest (5.19.0) multi_json (1.14.1) multipart-post (2.3.0) mustermann (2.0.2) ruby2_keywords (~> 0.0.1) netrc (0.11.0) - nokogiri (1.13.4) - mini_portile2 (~> 2.8.0) + nokogiri (1.18.10) + mini_portile2 (~> 2.8.2) racc (~> 1.4) - nokogiri (1.13.4-x86_64-linux) + nokogiri (1.18.10-x86_64-linux-gnu) racc (~> 1.4) parallel (1.19.1) parser (3.2.1.1) @@ -148,7 +148,7 @@ GEM method_source (~> 1.0) public_suffix (4.0.5) raabro (1.4.0) - racc (1.6.2) + racc (1.8.1) rack (2.2.3) rack-protection (2.2.4) rack @@ -169,19 +169,19 @@ GEM netrc (~> 0.8) retriable (3.1.2) rexml (3.2.5) - rspec (3.12.0) - rspec-core (~> 3.12.0) - rspec-expectations (~> 3.12.0) - rspec-mocks (~> 3.12.0) - rspec-core (3.12.1) - rspec-support (~> 3.12.0) - rspec-expectations (3.12.2) + rspec (3.13.2) + rspec-core (~> 3.13.0) + rspec-expectations (~> 3.13.0) + rspec-mocks (~> 3.13.0) + rspec-core (3.13.6) + rspec-support (~> 3.13.0) + rspec-expectations (3.13.5) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.12.0) - rspec-mocks (3.12.4) + rspec-support (~> 3.13.0) + rspec-mocks (3.13.7) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.12.0) - rspec-support (3.12.0) + rspec-support (~> 3.13.0) + rspec-support (3.13.6) rubocop (0.86.0) parallel (~> 1.10) parser (>= 2.7.0.1) @@ -265,9 +265,9 @@ DEPENDENCIES i18n (= 1.8.2) json-ld matrix - mini_portile2 (= 2.8.0) + mini_portile2 (= 2.8.9) multi_json (= 1.14.1) - nokogiri (= 1.13.4) + nokogiri (= 1.18.10) parallel (= 1.19.1) pry public_suffix (= 4.0.5)