Skip to content

Commit

Permalink
Switch release-toolkit to latest stable version
Browse files Browse the repository at this point in the history
Co-authored-by: Olivier Halligon <[email protected]>
  • Loading branch information
mokagio and AliSoftware committed Sep 2, 2024
1 parent af76ca7 commit b34900b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 26 deletions.
6 changes: 4 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@ source 'https://rubygems.org'

gem 'danger-dangermattic', '~> 1.0'
gem 'fastlane', '~> 2.219'
# gem 'fastlane-plugin-wpmreleasetoolkit', '~> 9.1'
gem 'fastlane-plugin-wpmreleasetoolkit', git: '[email protected]:wordpress-mobile/release-toolkit', branch: 'mokagio/breaking-remove-deprecated-actions'
# This comment avoids typing to switch to a development version for testing.
#
# gem 'fastlane-plugin-wpmreleasetoolkit', git: 'https://github.com/wordpress-mobile/release-toolkit', ref: ''
gem 'fastlane-plugin-wpmreleasetoolkit', '~> 11.1'
42 changes: 18 additions & 24 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,26 +1,3 @@
GIT
remote: [email protected]:wordpress-mobile/release-toolkit
revision: 895d07b46fadc0cf7b82b44a94d5aa85726631fa
branch: mokagio/breaking-remove-deprecated-actions
specs:
fastlane-plugin-wpmreleasetoolkit (11.1.0)
activesupport (>= 6.1.7.1)
buildkit (~> 1.5)
chroma (= 0.2.0)
diffy (~> 3.3)
fastlane (~> 2.213)
git (~> 1.3)
google-cloud-storage (~> 1.31)
java-properties (~> 0.3.0)
nokogiri (~> 1.11, < 1.17)
octokit (~> 6.1)
parallel (~> 1.14)
plist (~> 3.1)
progress_bar (~> 1.3)
rake (>= 12.3, < 14.0)
rake-compiler (~> 1.0)
xcodeproj (~> 1.22)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -182,6 +159,23 @@ GEM
xcodeproj (>= 1.13.0, < 2.0.0)
xcpretty (~> 0.3.0)
xcpretty-travis-formatter (>= 0.0.3, < 2.0.0)
fastlane-plugin-wpmreleasetoolkit (11.1.0)
activesupport (>= 6.1.7.1)
buildkit (~> 1.5)
chroma (= 0.2.0)
diffy (~> 3.3)
fastlane (~> 2.213)
git (~> 1.3)
google-cloud-storage (~> 1.31)
java-properties (~> 0.3.0)
nokogiri (~> 1.11, < 1.17)
octokit (~> 6.1)
parallel (~> 1.14)
plist (~> 3.1)
progress_bar (~> 1.3)
rake (>= 12.3, < 14.0)
rake-compiler (~> 1.0)
xcodeproj (~> 1.22)
gh_inspector (1.1.3)
git (1.19.1)
addressable (~> 2.8)
Expand Down Expand Up @@ -344,7 +338,7 @@ PLATFORMS
DEPENDENCIES
danger-dangermattic (~> 1.0)
fastlane (~> 2.219)
fastlane-plugin-wpmreleasetoolkit!
fastlane-plugin-wpmreleasetoolkit (~> 11.1)

BUNDLED WITH
2.4.13

0 comments on commit b34900b

Please sign in to comment.