From 7238f95b2283237125d34c5de94e7652e5960457 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 10:07:43 +0000 Subject: [PATCH] Bump nokogiri from 1.15.5 to 1.16.2 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.15.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.15.5...v1.16.2) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index a5fc700e..01a76dce 100644 --- a/Gemfile +++ b/Gemfile @@ -32,7 +32,7 @@ gem 'mail', '2.8.1' gem 'matrix', '0.4.2' gem 'mocha', '2.1.0', require: false gem 'net-smtp', '0.4.0.1' -gem 'nokogiri', '1.15.5' +gem 'nokogiri', '1.16.2' gem 'octokit', '8.1.0' gem 'pdd', '0.24.0' gem 'rack', '3.0.9' diff --git a/Gemfile.lock b/Gemfile.lock index 6cbe2c64..4fcf6d49 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -105,12 +105,12 @@ GEM timeout net-smtp (0.4.0.1) net-protocol - nokogiri (1.15.5) + nokogiri (1.16.2) mini_portile2 (~> 2.8.2) racc (~> 1.4) - nokogiri (1.15.5-x86_64-darwin) + nokogiri (1.16.2-x86_64-darwin) racc (~> 1.4) - nokogiri (1.15.5-x86_64-linux) + nokogiri (1.16.2-x86_64-linux) racc (~> 1.4) oauth (0.6.2) snaky_hash (~> 2.0) @@ -252,7 +252,7 @@ DEPENDENCIES matrix (= 0.4.2) mocha (= 2.1.0) net-smtp (= 0.4.0.1) - nokogiri (= 1.15.5) + nokogiri (= 1.16.2) octokit (= 8.1.0) pdd (= 0.24.0) rack (= 3.0.9)