From c07e87026c6765c45958862e25268a22ca382d9b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 19:15:06 +0000 Subject: [PATCH] Update dependency nokogiri to v1.15.5 --- Gemfile | 2 +- Gemfile.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 3f8090d3..6f50284a 100644 --- a/Gemfile +++ b/Gemfile @@ -31,7 +31,7 @@ gem 'mail', '2.8.1' gem 'matrix', '0.4.2' gem 'mocha', '2.1.0', require: false gem 'net-smtp', '0.4.0' -gem 'nokogiri', '1.15.4' +gem 'nokogiri', '1.15.5' gem 'octokit', '8.0.0' gem 'pdd', '0.23.2' gem 'rack', '2.2.8' diff --git a/Gemfile.lock b/Gemfile.lock index cb6c049e..6beabfe5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -75,7 +75,7 @@ GEM net-smtp matrix (0.4.2) mini_mime (1.1.5) - mini_portile2 (2.8.4) + mini_portile2 (2.8.5) minitest (5.20.0) mocha (2.1.0) ruby2_keywords (>= 0.0.5) @@ -93,12 +93,12 @@ GEM timeout net-smtp (0.4.0) net-protocol - nokogiri (1.15.4) + nokogiri (1.15.5) mini_portile2 (~> 2.8.2) racc (~> 1.4) - nokogiri (1.15.4-x86_64-darwin) + nokogiri (1.15.5-x86_64-darwin) racc (~> 1.4) - nokogiri (1.15.4-x86_64-linux) + nokogiri (1.15.5-x86_64-linux) racc (~> 1.4) oauth (0.6.2) snaky_hash (~> 2.0) @@ -118,7 +118,7 @@ GEM slop (~> 4.6) power_assert (2.0.3) public_suffix (5.0.3) - racc (1.7.1) + racc (1.7.3) rack (2.2.8) rack-protection (3.0.6) rack @@ -227,7 +227,7 @@ DEPENDENCIES matrix (= 0.4.2) mocha (= 2.1.0) net-smtp (= 0.4.0) - nokogiri (= 1.15.4) + nokogiri (= 1.15.5) octokit (= 8.0.0) pdd (= 0.23.2) rack (= 2.2.8)