Skip to content

Commit 13e65ee

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 7fdc552 commit 13e65ee

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

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'

Gemfile.lock

+10-10
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
@@ -23,9 +23,9 @@ GEM
2323
artifactory (3.0.17)
2424
ast (2.4.2)
2525
atomos (0.1.3)
26-
aws-eventstream (1.3.1)
27-
aws-partitions (1.1054.0)
28-
aws-sdk-core (3.219.0)
26+
aws-eventstream (1.3.2)
27+
aws-partitions (1.1068.0)
28+
aws-sdk-core (3.220.1)
2929
aws-eventstream (~> 1, >= 1.3.0)
3030
aws-partitions (~> 1, >= 1.992.0)
3131
aws-sigv4 (~> 1.9)
@@ -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)
@@ -210,12 +210,12 @@ GEM
210210
google-apis-core (>= 0.11.0, < 2.a)
211211
google-apis-storage_v1 (0.31.0)
212212
google-apis-core (>= 0.11.0, < 2.a)
213-
google-cloud-core (1.7.1)
213+
google-cloud-core (1.8.0)
214214
google-cloud-env (>= 1.0, < 3.a)
215215
google-cloud-errors (~> 1.0)
216216
google-cloud-env (1.6.0)
217217
faraday (>= 0.17.3, < 3.0)
218-
google-cloud-errors (1.4.0)
218+
google-cloud-errors (1.5.0)
219219
google-cloud-storage (1.47.0)
220220
addressable (~> 2.8)
221221
digest-crc (~> 0.4)
@@ -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.226)
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)