From 2eff152ae5288aef545e98f1273100a643b8bd33 Mon Sep 17 00:00:00 2001 From: Gio Lodi Date: Wed, 19 Jun 2024 11:17:45 +1000 Subject: [PATCH] Update Fastlane to version 2.221.0 to get ASC-interfacing bug fix See: - https://github.com/fastlane/fastlane/pull/21995 - https://github.com/wordpress-mobile/WordPress-iOS/pull/23118#issuecomment-2173254418 --- Gemfile | 8 +++++--- Gemfile.lock | 26 ++++++++++++++------------ 2 files changed, 19 insertions(+), 15 deletions(-) diff --git a/Gemfile b/Gemfile index 2c16dfc51f7e..e712154650cb 100644 --- a/Gemfile +++ b/Gemfile @@ -6,9 +6,11 @@ gem 'cocoapods', '~> 1.14' gem 'commonmarker' gem 'danger-dangermattic', '~> 1.0' gem 'dotenv' -# 2.219.0 includes a fix for a bug introduced in 2.218.0 -# See https://github.com/fastlane/fastlane/issues/21762#issuecomment-1875208663 -gem 'fastlane', '~> 2.219' +# 2.221.0 includes a fix for an ASC-interfacing bug +# +# See https://github.com/wordpress-mobile/WordPress-iOS/pull/23118#issuecomment-2173254418 +# and https://github.com/fastlane/fastlane/pull/21995 +gem 'fastlane', '~> 2.221' gem 'fastlane-plugin-appcenter', '~> 2.1' 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 206199e74e45..e2dff3fe0f09 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -24,17 +24,17 @@ GEM ast (2.4.2) atomos (0.1.3) aws-eventstream (1.3.0) - aws-partitions (1.926.0) - aws-sdk-core (3.194.2) + aws-partitions (1.944.0) + aws-sdk-core (3.197.0) aws-eventstream (~> 1, >= 1.3.0) aws-partitions (~> 1, >= 1.651.0) aws-sigv4 (~> 1.8) jmespath (~> 1, >= 1.6.1) - aws-sdk-kms (1.80.0) - aws-sdk-core (~> 3, >= 3.193.0) + aws-sdk-kms (1.85.0) + aws-sdk-core (~> 3, >= 3.197.0) aws-sigv4 (~> 1.1) - aws-sdk-s3 (1.149.1) - aws-sdk-core (~> 3, >= 3.194.0) + aws-sdk-s3 (1.152.3) + aws-sdk-core (~> 3, >= 3.197.0) aws-sdk-kms (~> 1) aws-sigv4 (~> 1.8) aws-sigv4 (1.8.0) @@ -163,7 +163,7 @@ GEM faraday_middleware (1.2.0) faraday (~> 1.0) fastimage (2.3.1) - fastlane (2.220.0) + fastlane (2.221.0) CFPropertyList (>= 2.3, < 4.0.0) addressable (>= 2.8, < 3.0.0) artifactory (~> 3.0) @@ -268,7 +268,7 @@ GEM os (>= 0.9, < 2.0) signet (>= 0.16, < 2.a) highline (2.0.3) - http-cookie (1.0.5) + http-cookie (1.0.6) domain_name (~> 0.5) httpclient (2.8.3) i18n (1.14.4) @@ -276,14 +276,14 @@ GEM java-properties (0.3.0) jmespath (1.6.2) json (2.7.2) - jwt (2.8.1) + jwt (2.8.2) base64 kramdown (2.4.0) rexml kramdown-parser-gfm (1.1.0) kramdown (~> 2.0) language_server-protocol (3.17.0.3) - mini_magick (4.12.0) + mini_magick (4.13.1) mini_mime (1.1.5) mini_portile2 (2.8.5) minitest (5.22.3) @@ -329,7 +329,8 @@ GEM trailblazer-option (>= 0.1.1, < 0.2.0) uber (< 0.2.0) retriable (3.1.2) - rexml (3.2.6) + rexml (3.2.9) + strscan rmagick (3.2.0) rouge (2.0.7) rubocop (1.63.1) @@ -363,6 +364,7 @@ GEM simctl (1.6.10) CFPropertyList naturally + strscan (3.1.0) terminal-notifier (2.0.0) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) @@ -398,7 +400,7 @@ DEPENDENCIES commonmarker danger-dangermattic (~> 1.0) dotenv - fastlane (~> 2.219) + fastlane (~> 2.221) fastlane-plugin-appcenter (~> 2.1) fastlane-plugin-sentry fastlane-plugin-wpmreleasetoolkit (~> 11.0)