From 2ed69e20d62e6e6e48ac51c77490208becb507bf Mon Sep 17 00:00:00 2001 From: Sultan Al-Maari Date: Mon, 23 Dec 2024 11:57:34 +0100 Subject: [PATCH] fix(deps): Downgrade fastlane to 2.225.0 (#11323) --- Gemfile | 4 +++- Gemfile.lock | 14 +++++++------- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index cfd79c044ff..2f49ba5da39 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,9 @@ source 'https://rubygems.org' ruby ">= 2.6.10" -gem 'fastlane' +# TODO: remove this once we the issue with the rollout is resolved +# https://github.com/fastlane/fastlane/issues/28995 +gem 'fastlane', '2.225.0' # Exclude problematic versions of cocoapods and activesupport that causes build failures. gem 'cocoapods', '>= 1.13', '!= 1.15.0', '!= 1.15.1' diff --git a/Gemfile.lock b/Gemfile.lock index 20f3bc13bca..d9b46b867df 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -18,7 +18,7 @@ GEM artifactory (3.0.17) atomos (0.1.3) aws-eventstream (1.3.0) - aws-partitions (1.1025.0) + aws-partitions (1.1027.0) aws-sdk-core (3.214.0) aws-eventstream (~> 1, >= 1.3.0) aws-partitions (~> 1, >= 1.992.0) @@ -129,7 +129,7 @@ GEM faraday_middleware (1.2.1) faraday (~> 1.0) fastimage (2.3.1) - fastlane (2.226.0) + fastlane (2.225.0) CFPropertyList (>= 2.3, < 4.0.0) addressable (>= 2.8, < 3.0.0) artifactory (~> 3.0) @@ -169,7 +169,7 @@ GEM tty-spinner (>= 0.8.0, < 1.0.0) word_wrap (~> 1.0.0) xcodeproj (>= 1.13.0, < 2.0.0) - xcpretty (~> 0.4.0) + xcpretty (~> 0.3.0) xcpretty-travis-formatter (>= 0.0.3, < 2.0.0) fastlane-plugin-appcenter (2.1.2) fastlane-plugin-bundletool (1.0.12) @@ -261,7 +261,7 @@ GEM uber (< 0.2.0) retriable (3.1.2) rexml (3.4.0) - rouge (3.28.0) + rouge (2.0.7) ruby-macho (2.5.1) ruby2_keywords (0.0.5) rubyzip (2.3.2) @@ -301,8 +301,8 @@ GEM colored2 (~> 3.1) nanaimo (~> 0.4.0) rexml (>= 3.3.6, < 4.0) - xcpretty (0.4.0) - rouge (~> 3.28.0) + xcpretty (0.3.0) + rouge (~> 2.0.7) xcpretty-travis-formatter (1.0.1) xcpretty (~> 0.2, >= 0.0.7) @@ -316,7 +316,7 @@ DEPENDENCIES cocoapods-patch (~> 1.3.0) dotenv down - fastlane + fastlane (= 2.225.0) fastlane-plugin-appcenter fastlane-plugin-bundletool fastlane-plugin-firebase_app_distribution