From ca83bbaf458f3d66ad009ccaa7e75e2444d812b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Apr 2023 06:05:32 +0000 Subject: [PATCH] Bump nokogiri from 1.13.3 to 1.14.3 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.3 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.3...v1.14.3) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 11 +++++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index e3e4b1d..cabedd9 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ gem 'yajl-ruby' gem 'json' gem 'rake' gem 'sparql-client', '~> 3.2.1' -gem 'nokogiri', '~> 1.13.3' +gem 'nokogiri', '~> 1.14.3' gem 'radiodns' gem 'roo', '~> 2.9' gem 'titleize' diff --git a/Gemfile.lock b/Gemfile.lock index 77532be..b6f66e1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,13 +9,15 @@ GEM eventmachine (1.2.7) json (2.6.1) link_header (0.0.8) - mini_portile2 (2.8.0) + mini_portile2 (2.8.1) net-http-persistent (4.0.1) connection_pool (~> 2.2) - nokogiri (1.13.3) + nokogiri (1.14.3) mini_portile2 (~> 2.8.0) racc (~> 1.4) - racc (1.6.0) + nokogiri (1.14.3-x86_64-linux) + racc (~> 1.4) + racc (1.6.2) rack (2.2.3) radiodns (0.1.3) rake (13.0.6) @@ -65,12 +67,13 @@ GEM PLATFORMS -darwin-21 + x86_64-linux DEPENDENCIES bundler (~> 2.3.10) erubi (~> 1.10) json - nokogiri (~> 1.13.3) + nokogiri (~> 1.14.3) radiodns rake roda (~> 3.54)