From c1d6e1429c8afbd950d1896511806c113d84eb28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Apr 2023 06:38:19 +0000 Subject: [PATCH] Bump nokogiri from 1.6.6.2 to 1.14.3 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.6.6.2 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.6.6.2...v1.14.3) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 0f671ea..efef5b4 100644 --- a/Gemfile +++ b/Gemfile @@ -2,4 +2,4 @@ source 'https://rubygems.org' gem 'htmlentities' gem 'minitest' -gem 'nokogiri', '1.6.6.2' +gem 'nokogiri', '1.14.3' diff --git a/Gemfile.lock b/Gemfile.lock index 2ad99d6..b0478e3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,10 +2,12 @@ GEM remote: https://rubygems.org/ specs: htmlentities (4.3.4) - mini_portile2 (2.0.0) + mini_portile2 (2.8.1) minitest (4.7.5) - nokogiri (1.6.6.2) - mini_portile2 (~> 2.0.0.rc2) + nokogiri (1.14.3) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) + racc (1.6.2) PLATFORMS ruby @@ -13,7 +15,7 @@ PLATFORMS DEPENDENCIES htmlentities minitest - nokogiri (= 1.6.6.2) + nokogiri (= 1.14.3) BUNDLED WITH 1.11.2