From e80fefff3843e67ddce757eb05ddf6e49cbf3b51 Mon Sep 17 00:00:00 2001 From: Gio Lodi Date: Tue, 31 Oct 2023 19:01:11 +1100 Subject: [PATCH] Use Fastlane un-released version to fix Xcode 15 `trainer` CI issue See https://github.com/fastlane/fastlane/pull/21493 --- Gemfile | 4 ++- Gemfile.lock | 88 ++++++++++++++++++++++++++++------------------------ 2 files changed, 50 insertions(+), 42 deletions(-) diff --git a/Gemfile b/Gemfile index 3d4fdba0c0fa..d6b489c86e9f 100644 --- a/Gemfile +++ b/Gemfile @@ -14,7 +14,9 @@ gem 'commonmarker' gem 'danger', '~> 9.3' gem 'danger-rubocop', '~> 0.10' gem 'dotenv' -gem 'fastlane', '~> 2.174' +# To address an issue with the test results parser trainer and Xcode 15 +# https://github.com/fastlane/fastlane/pull/21493 +gem 'fastlane', git: 'https://github.com/fastlane/fastlane', ref: '1732b60' 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 bcb3c26c1f63..f63e6449f77b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,3 +1,49 @@ +GIT + remote: https://github.com/fastlane/fastlane + revision: 1732b60fcf5bdf5966151be17b5623de8587a951 + ref: 1732b60 + specs: + fastlane (2.216.0) + CFPropertyList (>= 2.3, < 4.0.0) + addressable (>= 2.8, < 3.0.0) + artifactory (~> 3.0) + aws-sdk-s3 (~> 1.0) + babosa (>= 1.0.3, < 2.0.0) + bundler (>= 1.12.0, < 3.0.0) + colored + commander (~> 4.6) + dotenv (>= 2.1.1, < 3.0.0) + emoji_regex (>= 0.1, < 4.0) + excon (>= 0.71.0, < 1.0.0) + faraday (~> 1.0) + faraday-cookie_jar (~> 0.0.6) + faraday_middleware (~> 1.0) + fastimage (>= 2.1.0, < 3.0.0) + gh_inspector (>= 1.1.2, < 2.0.0) + google-apis-androidpublisher_v3 (~> 0.3) + google-apis-playcustomapp_v1 (~> 0.1) + google-cloud-storage (~> 1.31) + highline (~> 2.0) + http-cookie (~> 1.0.5) + json (< 3.0.0) + jwt (>= 2.1.0, < 3) + mini_magick (>= 4.9.4, < 5.0.0) + multipart-post (>= 2.0.0, < 3.0.0) + naturally (~> 2.2) + optparse (~> 0.1.1) + plist (>= 3.1.0, < 4.0.0) + rubyzip (>= 2.0.0, < 3.0.0) + security (= 0.1.3) + simctl (~> 1.6.3) + terminal-notifier (>= 2.0.0, < 3.0.0) + terminal-table (~> 3) + tty-screen (>= 0.6.3, < 1.0.0) + tty-spinner (>= 0.8.0, < 1.0.0) + word_wrap (~> 1.0.0) + xcodeproj (>= 1.13.0, < 2.0.0) + xcpretty (~> 0.3.0) + xcpretty-travis-formatter (>= 0.0.3) + GEM remote: https://rubygems.org/ specs: @@ -145,46 +191,6 @@ GEM faraday_middleware (1.2.0) faraday (~> 1.0) fastimage (2.2.7) - fastlane (2.216.0) - CFPropertyList (>= 2.3, < 4.0.0) - addressable (>= 2.8, < 3.0.0) - artifactory (~> 3.0) - aws-sdk-s3 (~> 1.0) - babosa (>= 1.0.3, < 2.0.0) - bundler (>= 1.12.0, < 3.0.0) - colored - commander (~> 4.6) - dotenv (>= 2.1.1, < 3.0.0) - emoji_regex (>= 0.1, < 4.0) - excon (>= 0.71.0, < 1.0.0) - faraday (~> 1.0) - faraday-cookie_jar (~> 0.0.6) - faraday_middleware (~> 1.0) - fastimage (>= 2.1.0, < 3.0.0) - gh_inspector (>= 1.1.2, < 2.0.0) - google-apis-androidpublisher_v3 (~> 0.3) - google-apis-playcustomapp_v1 (~> 0.1) - google-cloud-storage (~> 1.31) - highline (~> 2.0) - http-cookie (~> 1.0.5) - json (< 3.0.0) - jwt (>= 2.1.0, < 3) - mini_magick (>= 4.9.4, < 5.0.0) - multipart-post (>= 2.0.0, < 3.0.0) - naturally (~> 2.2) - optparse (~> 0.1.1) - plist (>= 3.1.0, < 4.0.0) - rubyzip (>= 2.0.0, < 3.0.0) - security (= 0.1.3) - simctl (~> 1.6.3) - terminal-notifier (>= 2.0.0, < 3.0.0) - terminal-table (~> 3) - tty-screen (>= 0.6.3, < 1.0.0) - tty-spinner (>= 0.8.0, < 1.0.0) - word_wrap (~> 1.0.0) - xcodeproj (>= 1.13.0, < 2.0.0) - xcpretty (~> 0.3.0) - xcpretty-travis-formatter (>= 0.0.3) fastlane-plugin-appcenter (2.1.1) fastlane-plugin-sentry (1.15.0) os (~> 1.1, >= 1.1.4) @@ -379,7 +385,7 @@ DEPENDENCIES danger (~> 9.3) danger-rubocop (~> 0.10) dotenv - fastlane (~> 2.174) + fastlane! fastlane-plugin-appcenter (~> 2.1) fastlane-plugin-sentry fastlane-plugin-wpmreleasetoolkit (~> 9.1)