Skip to content

Commit f55314c

Browse files
Bump fastlane-plugin-wpmreleasetoolkit from 12.5.0 to 13.0.0
Bumps [fastlane-plugin-wpmreleasetoolkit](https://github.com/wordpress-mobile/release-toolkit) from 12.5.0 to 13.0.0. - [Release notes](https://github.com/wordpress-mobile/release-toolkit/releases) - [Changelog](https://github.com/wordpress-mobile/release-toolkit/blob/trunk/CHANGELOG.md) - [Commits](wordpress-mobile/release-toolkit@12.5.0...13.0.0) --- updated-dependencies: - dependency-name: fastlane-plugin-wpmreleasetoolkit dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 532a159 commit f55314c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Diff for: Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ gem 'fastlane-plugin-sentry'
1414
# This comment avoids typing to switch to a development version for testing.
1515
#
1616
# gem 'fastlane-plugin-wpmreleasetoolkit', git: 'https://github.com/wordpress-mobile/release-toolkit', ref: ''
17-
gem 'fastlane-plugin-wpmreleasetoolkit', '~> 12.5'
17+
gem 'fastlane-plugin-wpmreleasetoolkit', '~> 13.0'
1818
gem 'rake'
1919
gem 'rubocop', '~> 1.73'
2020
gem 'rubocop-rake', '~> 0.7'

Diff for: Gemfile.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ GEM
55
base64
66
nkf
77
rexml
8-
activesupport (8.0.1)
8+
activesupport (8.0.2)
99
base64
1010
benchmark (>= 0.3)
1111
bigdecimal
@@ -171,7 +171,7 @@ GEM
171171
csv
172172
fastlane-plugin-sentry (1.28.0)
173173
os (~> 1.1, >= 1.1.4)
174-
fastlane-plugin-wpmreleasetoolkit (12.5.0)
174+
fastlane-plugin-wpmreleasetoolkit (13.0.0)
175175
activesupport (>= 6.1.7.1)
176176
buildkit (~> 1.5)
177177
chroma (= 0.2.0)
@@ -252,15 +252,15 @@ GEM
252252
mini_magick (4.13.2)
253253
mini_mime (1.1.5)
254254
mini_portile2 (2.8.8)
255-
minitest (5.25.4)
255+
minitest (5.25.5)
256256
multi_json (1.15.0)
257257
multipart-post (2.4.1)
258258
mutex_m (0.3.0)
259259
nanaimo (0.4.0)
260260
nap (1.1.0)
261261
naturally (2.2.1)
262262
nkf (0.2.0)
263-
nokogiri (1.18.3)
263+
nokogiri (1.18.4)
264264
mini_portile2 (~> 2.8.2)
265265
racc (~> 1.4)
266266
observer (0.1.2)
@@ -367,7 +367,7 @@ DEPENDENCIES
367367
fastlane (~> 2.227)
368368
fastlane-plugin-appcenter (~> 2.1)
369369
fastlane-plugin-sentry
370-
fastlane-plugin-wpmreleasetoolkit (~> 12.5)
370+
fastlane-plugin-wpmreleasetoolkit (~> 13.0)
371371
rake
372372
rmagick (~> 6.1.1)
373373
rubocop (~> 1.73)

0 commit comments

Comments
 (0)