From 35f7ad199e267b18ee1c091156eaa911674be662 Mon Sep 17 00:00:00 2001 From: Stefan Ceriu Date: Fri, 26 May 2023 13:08:26 +0300 Subject: [PATCH] Switch the diawi fastlane plugin to another source after original removal, update gems --- Gemfile.lock | 28 ++++++++++++++++------------ fastlane/Pluginfile | 2 +- 2 files changed, 17 insertions(+), 13 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 635a4d72e..ba4ddfe0a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,9 +1,15 @@ +GIT + remote: https://github.com/mhtranbn/fastlane-plugin-diawi.git + revision: 6ca982cd41e7c315290240cd4570d5d7b799db38 + specs: + fastlane-plugin-diawi (0.1.3) + GEM remote: https://rubygems.org/ specs: CFPropertyList (3.0.6) rexml - activesupport (7.0.4.3) + activesupport (7.0.5) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -13,8 +19,8 @@ GEM artifactory (3.0.15) atomos (0.1.3) aws-eventstream (1.2.0) - aws-partitions (1.760.0) - aws-sdk-core (3.171.1) + aws-partitions (1.770.0) + aws-sdk-core (3.173.1) aws-eventstream (~> 1, >= 1.0.2) aws-partitions (~> 1, >= 1.651.0) aws-sigv4 (~> 1.5) @@ -72,8 +78,8 @@ GEM faraday-retry (1.0.3) faraday_middleware (1.2.0) faraday (~> 1.0) - fastimage (2.2.6) - fastlane (2.212.2) + fastimage (2.2.7) + fastlane (2.213.0) CFPropertyList (>= 2.3, < 4.0.0) addressable (>= 2.8, < 3.0.0) artifactory (~> 3.0) @@ -97,7 +103,7 @@ GEM json (< 3.0.0) jwt (>= 2.1.0, < 3) mini_magick (>= 4.9.4, < 5.0.0) - multipart-post (~> 2.0.0) + multipart-post (>= 2.0.0, < 3.0.0) naturally (~> 2.2) optparse (~> 0.1.1) plist (>= 3.1.0, < 4.0.0) @@ -115,14 +121,12 @@ GEM fastlane-plugin-brew (0.1.1) fastlane-plugin-browserstack (0.3.2) rest-client (~> 2.0, >= 2.0.2) - fastlane-plugin-diawi (2.1.0) - rest-client (>= 2.0.0) fastlane-plugin-sentry (1.15.0) os (~> 1.1, >= 1.1.4) fastlane-plugin-xcodegen (1.1.0) fastlane-plugin-brew (~> 0.1.1) gh_inspector (1.1.3) - google-apis-androidpublisher_v3 (0.41.0) + google-apis-androidpublisher_v3 (0.42.0) google-apis-core (>= 0.11.0, < 2.a) google-apis-core (0.11.0) addressable (~> 2.5, >= 2.5.1) @@ -178,11 +182,11 @@ GEM mini_mime (1.1.2) minitest (5.18.0) multi_json (1.15.0) - multipart-post (2.0.0) + multipart-post (2.3.0) nanaimo (0.3.0) naturally (2.2.1) netrc (0.11.0) - nokogiri (1.14.3-arm64-darwin) + nokogiri (1.15.2-arm64-darwin) racc (~> 1.4) optparse (0.1.1) os (1.1.4) @@ -257,7 +261,7 @@ PLATFORMS DEPENDENCIES fastlane fastlane-plugin-browserstack - fastlane-plugin-diawi + fastlane-plugin-diawi! fastlane-plugin-sentry fastlane-plugin-xcodegen slather diff --git a/fastlane/Pluginfile b/fastlane/Pluginfile index b5c4d80b7..af36e2a02 100644 --- a/fastlane/Pluginfile +++ b/fastlane/Pluginfile @@ -2,7 +2,7 @@ # # Ensure this file is checked in to source control! -gem 'fastlane-plugin-diawi' +gem 'fastlane-plugin-diawi', git: 'https://github.com/mhtranbn/fastlane-plugin-diawi.git' gem 'fastlane-plugin-xcodegen' gem 'fastlane-plugin-sentry' gem 'fastlane-plugin-browserstack'