From 340793a3b0a5ad3f066425e262b9753450faf219 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Oct 2022 01:22:55 +0000 Subject: [PATCH] Bump nokogiri from 1.10.3 to 1.13.9 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.3 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.10.3...v1.13.9) --- 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 bd8cbe820..b31ee6fd7 100644 --- a/Gemfile +++ b/Gemfile @@ -108,7 +108,7 @@ gem 'holidays', '~> 4.7.0', '< 5.0.0' gem 'iso_country_codes', '~> 0.7.8' gem 'mail', '~> 2.6.6' gem 'mahoro', '~> 0.4' -gem 'nokogiri', '~> 1.10.3' +gem 'nokogiri', '~> 1.13.9' gem 'open4', '~> 1.3.0' gem 'rack', '~> 2.0.0' gem 'rack-ssl', '~> 1.4.0' diff --git a/Gemfile.lock b/Gemfile.lock index da4c3cec8..02f68c51d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -277,7 +277,7 @@ GEM method_source (0.9.2) mime-types (2.99.3) mini_mime (1.0.1) - mini_portile2 (2.4.0) + mini_portile2 (2.8.0) minitest (5.11.3) money (6.13.2) i18n (>= 0.6.4, <= 2) @@ -292,8 +292,9 @@ GEM net-ssh-gateway (1.3.0) net-ssh (>= 2.6.5) nio4r (2.3.1) - nokogiri (1.10.3) - mini_portile2 (~> 2.4.0) + nokogiri (1.13.9) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) oink (0.10.1) activerecord hodel_3000_compliant_logger @@ -310,6 +311,7 @@ GEM byebug (>= 9.0, < 9.1) pry (~> 0.10) public_suffix (2.0.5) + racc (1.6.0) rack (2.0.7) rack-protection (2.0.4) rack @@ -546,7 +548,7 @@ DEPENDENCIES money (~> 6.13.2) net-ssh (~> 2.9.0, < 3.0.0) net-ssh-gateway (>= 1.1.0, < 2.0.0) - nokogiri (~> 1.10.3) + nokogiri (~> 1.13.9) oink (~> 0.10.1) open4 (~> 1.3.0) pg (~> 0.20.0)