From d9166ed69b17a6ea6dbeaa7a527dc915d489bc92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Apr 2023 23:03:15 +0000 Subject: [PATCH] Bump nokogiri from 1.10.4 to 1.14.3 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.4 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.10.4...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 863b765..2dd60b2 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ ruby '~> 2.4' gem 'rubyXL', '~> 3.4.1' -gem 'nokogiri', '1.10.4' +gem 'nokogiri', '1.14.3' group :development, :test do gem 'pry', '0.10.4' diff --git a/Gemfile.lock b/Gemfile.lock index 7300a2f..72e783f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,13 +3,15 @@ GEM specs: coderay (1.1.2) method_source (0.8.2) - mini_portile2 (2.4.0) - nokogiri (1.10.4) - mini_portile2 (~> 2.4.0) + mini_portile2 (2.8.1) + nokogiri (1.14.3) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) pry (0.10.4) coderay (~> 1.1.0) method_source (~> 0.8.1) slop (~> 3.4) + racc (1.6.2) rubyXL (3.4.12) nokogiri (>= 1.4.4) rubyzip (>= 1.3.0) @@ -20,7 +22,7 @@ PLATFORMS ruby DEPENDENCIES - nokogiri (= 1.10.4) + nokogiri (= 1.14.3) pry (= 0.10.4) rubyXL (~> 3.4.1)