From 4fe0325e55a19118cd3eb98279ec5b5b4f1d8989 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Mar 2025 08:27:49 +0800 Subject: [PATCH] Bump nokogiri from 1.18.3 to 1.18.4 in /fastlane (#8708) --- fastlane/Gemfile | 2 +- fastlane/Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/fastlane/Gemfile b/fastlane/Gemfile index 277720a13..987abc5f8 100644 --- a/fastlane/Gemfile +++ b/fastlane/Gemfile @@ -1,7 +1,7 @@ source "https://rubygems.org" gem "fastlane" -gem "nokogiri", '~> 1.18.3' +gem "nokogiri", '~> 1.18.4' gem "dotenv" plugins_path = File.join(File.dirname(__FILE__), '.', 'Pluginfile') diff --git a/fastlane/Gemfile.lock b/fastlane/Gemfile.lock index 420b07851..77dacce14 100644 --- a/fastlane/Gemfile.lock +++ b/fastlane/Gemfile.lock @@ -174,11 +174,11 @@ GEM nanaimo (0.4.0) naturally (2.2.1) nkf (0.2.0) - nokogiri (1.18.3-arm64-darwin) + nokogiri (1.18.4-arm64-darwin) racc (~> 1.4) - nokogiri (1.18.3-x86_64-darwin) + nokogiri (1.18.4-x86_64-darwin) racc (~> 1.4) - nokogiri (1.18.3-x86_64-linux-gnu) + nokogiri (1.18.4-x86_64-linux-gnu) racc (~> 1.4) optparse (0.6.0) os (1.1.4) @@ -244,7 +244,7 @@ DEPENDENCIES fastlane-plugin-android_change_string_app_name fastlane-plugin-find_replace_string! fastlane-plugin-versioning_android - nokogiri (~> 1.18.3) + nokogiri (~> 1.18.4) BUNDLED WITH 2.5.11