From 642fde2ba972360960c774bdf59c0536a8ab4f2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 07:13:30 +1300 Subject: [PATCH] chore(deps): bump nokogiri from 1.14.5 to 1.16.2 (#1529) Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.14.5 to 1.16.2. - [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.14.5...v1.16.2) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index d30da7236..f5897ca84 100644 --- a/Gemfile +++ b/Gemfile @@ -16,7 +16,7 @@ gem 'bootsnap', '>= 1.1.0', require: false gem 'haml' gem 'jquery-rails' gem 'lograge', '~> 0.11.2' -gem 'nokogiri', '~> 1.14.3' +gem 'nokogiri', '~> 1.16.2' gem 'pandoc-ruby' gem 'sprockets-rails' gem 'whenever' diff --git a/Gemfile.lock b/Gemfile.lock index 7d8530b37..a8ba697d5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -228,7 +228,7 @@ GEM nokogiri (~> 1) rake mini_mime (1.1.5) - mini_portile2 (2.8.4) + mini_portile2 (2.8.5) mini_racer (0.6.3) libv8-node (~> 16.10.0.0) minitest (5.19.0) @@ -247,8 +247,8 @@ GEM net-protocol newrelic_rpm (8.2.0) nio4r (2.7.0) - nokogiri (1.14.5) - mini_portile2 (~> 2.8.0) + nokogiri (1.16.2) + mini_portile2 (~> 2.8.2) racc (~> 1.4) orm_adapter (0.5.0) pandoc-ruby (2.1.4) @@ -274,7 +274,7 @@ GEM public_suffix (4.0.6) puma (5.6.8) nio4r (~> 2.0) - racc (1.7.1) + racc (1.7.3) rack (2.2.8) rack-canonical-host (1.0.0) addressable (> 0, < 3) @@ -465,7 +465,7 @@ DEPENDENCIES mini_racer modernizr-rails newrelic_rpm - nokogiri (~> 1.14.3) + nokogiri (~> 1.16.2) pandoc-ruby paperclip percy-capybara (~> 4.3.2)