From e7b1a4ffe5a35535419251850ec616b6bf072122 Mon Sep 17 00:00:00 2001 From: Olivier Halligon Date: Wed, 4 May 2022 14:43:34 +0200 Subject: [PATCH] Point release-toolkit to trunk In hope to limit the risk of "429 Too Many Requests" errors when downloading the translations See https://github.com/wordpress-mobile/release-toolkit/pull/361 --- Gemfile.lock | 38 ++++++++++++++++++++++---------------- fastlane/Pluginfile | 4 ++-- 2 files changed, 24 insertions(+), 18 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 3edb2b72a4d0..330d54f85184 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,9 +1,29 @@ +GIT + remote: git@github.com:wordpress-mobile/release-toolkit.git + revision: ee92ff145fa4c2d1782d2b60cacbba97f2c94b54 + branch: trunk + specs: + fastlane-plugin-wpmreleasetoolkit (4.1.0) + activesupport (~> 5) + bigdecimal (~> 1.4) + buildkit (~> 1.5) + chroma (= 0.2.0) + diffy (~> 3.3) + git (~> 1.3) + jsonlint (~> 0.3) + nokogiri (~> 1.11) + octokit (~> 4.18) + parallel (~> 1.14) + progress_bar (~> 1.3) + rake (>= 12.3, < 14.0) + rake-compiler (~> 1.0) + GEM remote: https://rubygems.org/ specs: CFPropertyList (3.0.5) rexml - activesupport (5.2.7) + activesupport (5.2.7.1) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 0.7, < 2) minitest (~> 5.1) @@ -116,20 +136,6 @@ GEM xcodeproj (>= 1.13.0, < 2.0.0) xcpretty (~> 0.3.0) xcpretty-travis-formatter (>= 0.0.3) - fastlane-plugin-wpmreleasetoolkit (4.1.0) - activesupport (~> 5) - bigdecimal (~> 1.4) - buildkit (~> 1.5) - chroma (= 0.2.0) - diffy (~> 3.3) - git (~> 1.3) - jsonlint (~> 0.3) - nokogiri (~> 1.11) - octokit (~> 4.18) - parallel (~> 1.14) - progress_bar (~> 1.3) - rake (>= 12.3, < 14.0) - rake-compiler (~> 1.0) gh_inspector (1.1.3) git (1.11.0) rchardet (~> 1.8) @@ -271,7 +277,7 @@ PLATFORMS DEPENDENCIES fastlane (~> 2) - fastlane-plugin-wpmreleasetoolkit (~> 4.1) + fastlane-plugin-wpmreleasetoolkit! nokogiri rmagick (~> 4.1) diff --git a/fastlane/Pluginfile b/fastlane/Pluginfile index 5cacc2f406f9..840321aebade 100644 --- a/fastlane/Pluginfile +++ b/fastlane/Pluginfile @@ -6,5 +6,5 @@ group :screenshots, optional: true do gem 'rmagick', '~> 4.1' end -# gem 'fastlane-plugin-wpmreleasetoolkit', git: 'git@github.com:wordpress-mobile/release-toolkit.git', branch: '' -gem 'fastlane-plugin-wpmreleasetoolkit', '~> 4.1' +gem 'fastlane-plugin-wpmreleasetoolkit', git: 'git@github.com:wordpress-mobile/release-toolkit.git', branch: 'trunk' +# gem 'fastlane-plugin-wpmreleasetoolkit', '~> 4.1'