From bb49430cad78ffea253dfde611151ede54060f6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Oct 2022 15:43:50 +0000 Subject: [PATCH] Bump nokogiri from 1.11.7 to 1.13.9 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.11.7 to 1.13.9. - [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.11.7...v1.13.9) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 17 +++++++---------- 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/Gemfile b/Gemfile index a7dabdd..c280a73 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ source "https://rubygems.org" gem "activerecord", "~> 6.0" gem "deep_merge", "~> 1.2" -gem "nokogiri", "~> 1.10" +gem "nokogiri", "~> 1.13" gem "parallel", "~> 1.19" gem "pg", "~> 1.2" gem "rdf-turtle", "~> 3.0" diff --git a/Gemfile.lock b/Gemfile.lock index 3c5aa68..ca8e8e9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -16,7 +16,7 @@ GEM public_suffix (>= 2.0.2, < 5.0) amazing_print (1.3.0) coderay (1.1.3) - concurrent-ruby (1.1.8) + concurrent-ruby (1.1.10) crack (0.4.5) rexml deep_merge (1.2.1) @@ -28,18 +28,16 @@ GEM scanf (~> 1.0) sxp (~> 1.1) unicode-types (~> 1.6) - hamster (3.0.0) - concurrent-ruby (~> 1.0) hashdiff (1.0.1) htmlentities (4.3.4) i18n (1.8.10) concurrent-ruby (~> 1.0) link_header (0.0.8) method_source (1.0.0) - mini_portile2 (2.5.3) + mini_portile2 (2.8.0) minitest (5.14.4) - nokogiri (1.11.7) - mini_portile2 (~> 2.5.0) + nokogiri (1.13.9) + mini_portile2 (~> 2.8.0) racc (~> 1.4) parallel (1.20.1) pg (1.2.3) @@ -47,9 +45,8 @@ GEM coderay (~> 1.1) method_source (~> 1.0) public_suffix (4.0.6) - racc (1.5.2) - rdf (3.1.14) - hamster (~> 3.0) + racc (1.6.0) + rdf (3.2.9) link_header (~> 0.0, >= 0.0.8) rdf-turtle (3.1.3) ebnf (~> 2.1) @@ -94,7 +91,7 @@ PLATFORMS DEPENDENCIES activerecord (~> 6.0) deep_merge (~> 1.2) - nokogiri (~> 1.10) + nokogiri (~> 1.13) parallel (~> 1.19) pg (~> 1.2) pry (~> 0.12)