From a434059169103aba665769320a414ea1a466f199 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Jul 2025 15:23:20 +0800 Subject: [PATCH] Bump nokogiri from 1.18.7 to 1.18.9 in /fastlane (#9017) Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.18.7 to 1.18.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.18.7...v1.18.9) --- updated-dependencies: - dependency-name: nokogiri dependency-version: 1.18.9 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- fastlane/Gemfile | 2 +- fastlane/Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/fastlane/Gemfile b/fastlane/Gemfile index 987abc5f8..5b354847b 100644 --- a/fastlane/Gemfile +++ b/fastlane/Gemfile @@ -1,7 +1,7 @@ source "https://rubygems.org" gem "fastlane" -gem "nokogiri", '~> 1.18.4' +gem "nokogiri", '~> 1.18.9' gem "dotenv" plugins_path = File.join(File.dirname(__FILE__), '.', 'Pluginfile') diff --git a/fastlane/Gemfile.lock b/fastlane/Gemfile.lock index 01fafbc42..8c30428d6 100644 --- a/fastlane/Gemfile.lock +++ b/fastlane/Gemfile.lock @@ -179,11 +179,11 @@ GEM nanaimo (0.4.0) naturally (2.2.1) nkf (0.2.0) - nokogiri (1.18.7-arm64-darwin) + nokogiri (1.18.9-arm64-darwin) racc (~> 1.4) - nokogiri (1.18.7-x86_64-darwin) + nokogiri (1.18.9-x86_64-darwin) racc (~> 1.4) - nokogiri (1.18.7-x86_64-linux-gnu) + nokogiri (1.18.9-x86_64-linux-gnu) racc (~> 1.4) optparse (0.6.0) os (1.1.4) @@ -249,7 +249,7 @@ DEPENDENCIES fastlane-plugin-android_change_string_app_name fastlane-plugin-find_replace_string! fastlane-plugin-versioning_android - nokogiri (~> 1.18.4) + nokogiri (~> 1.18.9) BUNDLED WITH 2.5.11