Skip to content

Commit

Permalink
Point release-toolkit to trunk
Browse files Browse the repository at this point in the history
In hope to limit the risk of "429 Too Many Requests" errors when downloading the translations
See wordpress-mobile/release-toolkit#361
  • Loading branch information
AliSoftware committed May 4, 2022
1 parent 45dcab1 commit e7b1a4f
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 18 deletions.
38 changes: 22 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -271,7 +277,7 @@ PLATFORMS

DEPENDENCIES
fastlane (~> 2)
fastlane-plugin-wpmreleasetoolkit (~> 4.1)
fastlane-plugin-wpmreleasetoolkit!
nokogiri
rmagick (~> 4.1)

Expand Down
4 changes: 2 additions & 2 deletions fastlane/Pluginfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit e7b1a4f

Please sign in to comment.