From 562c772b2a52d538cd7de375eccbd97dbd1de0d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 21:42:52 +0000 Subject: [PATCH] Bump fastlane from 2.236.1 to 2.237.0 in the ruby-minor-and-patch group Bumps the ruby-minor-and-patch group with 1 update: [fastlane](https://github.com/fastlane/fastlane). Updates `fastlane` from 2.236.1 to 2.237.0 - [Release notes](https://github.com/fastlane/fastlane/releases) - [Changelog](https://github.com/fastlane/fastlane/blob/master/CHANGELOG.latest.md) - [Commits](https://github.com/fastlane/fastlane/compare/fastlane/2.236.1...fastlane/2.237.0) --- updated-dependencies: - dependency-name: fastlane dependency-version: 2.237.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ruby-minor-and-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 19 +++++++++++-------- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index 90456f75c886..5cf3aca5b8e3 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem 'dotenv' # # See failures like https://buildkite.com/automattic/wordpress-ios/builds/24053#019234f2-80a5-40f6-b55e-2f420e6483a8/3840-3915 # and https://github.com/fastlane/fastlane/pull/22256 -gem 'fastlane', '~> 2.236' +gem 'fastlane', '~> 2.237' gem 'fastlane-plugin-firebase_app_distribution', '~> 1.0' gem 'fastlane-plugin-sentry' # This comment avoids typing to switch to a development version for testing. diff --git a/Gemfile.lock b/Gemfile.lock index f78ea3b8d0c1..63e4bab1e096 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -13,7 +13,7 @@ GEM ast (2.4.3) atomos (0.1.3) aws-eventstream (1.4.0) - aws-partitions (1.1263.0) + aws-partitions (1.1266.0) aws-sdk-core (3.252.0) aws-eventstream (~> 1, >= 1.3.0) aws-partitions (~> 1, >= 1.992.0) @@ -84,7 +84,8 @@ GEM dotenv (2.8.1) emoji_regex (3.2.3) erubi (1.13.1) - excon (0.112.0) + excon (1.5.0) + logger faraday (1.10.6) faraday-em_http (~> 1.0) faraday-em_synchrony (~> 1.0) @@ -116,10 +117,10 @@ GEM faraday_middleware (1.2.1) faraday (~> 1.0) fastimage (2.4.1) - fastlane (2.236.1) + fastlane (2.237.0) CFPropertyList (>= 2.3, < 5.0.0) abbrev (~> 0.1) - addressable (>= 2.8, < 3.0.0) + addressable (>= 2.9.0, < 3.0.0) artifactory (~> 3.0) aws-sdk-s3 (~> 1.197) babosa (>= 1.0.3, < 2.0.0) @@ -131,7 +132,7 @@ GEM csv (~> 3.3) dotenv (>= 2.1.1, < 3.0.0) emoji_regex (>= 0.1, < 4.0) - excon (>= 0.71.0, < 1.0.0) + excon (>= 0.71.0, < 2.0.0) faraday (~> 1.0) faraday-cookie_jar (~> 0.0.6) faraday_middleware (~> 1.0) @@ -231,7 +232,7 @@ GEM base64 (~> 0.2) faraday (>= 1.0, < 3.a) google-cloud-errors (1.6.0) - google-cloud-storage (1.61.0) + google-cloud-storage (1.62.0) addressable (~> 2.8) digest-crc (~> 0.4) google-apis-core (>= 0.18, < 2) @@ -367,12 +368,14 @@ GEM uber (0.1.0) unicode-display_width (2.6.0) word_wrap (1.0.0) - xcodeproj (1.27.0) + xcodeproj (1.28.1) CFPropertyList (>= 2.3.3, < 4.0) atomos (~> 0.1.3) + base64 claide (>= 1.0.2, < 2.0) colored2 (~> 3.1) nanaimo (~> 0.4.0) + nkf rexml (>= 3.3.6, < 4.0) xcpretty (0.4.1) rouge (~> 3.28.0) @@ -386,7 +389,7 @@ DEPENDENCIES anthropic (~> 1.55) danger-dangermattic (~> 1.3) dotenv - fastlane (~> 2.236) + fastlane (~> 2.237) fastlane-plugin-firebase_app_distribution (~> 1.0) fastlane-plugin-sentry fastlane-plugin-wpmreleasetoolkit (~> 14.9)