Skip to content

Commit cddd586

Browse files
Bump fastlane-plugin-wpmreleasetoolkit from 13.3.1 to 13.4.0 (#24740)
Bumps [fastlane-plugin-wpmreleasetoolkit](https://github.com/wordpress-mobile/release-toolkit) from 13.3.1 to 13.4.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@13.3.1...13.4.0) --- updated-dependencies: - dependency-name: fastlane-plugin-wpmreleasetoolkit dependency-version: 13.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a539883 commit cddd586

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
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', '~> 13.3'
17+
gem 'fastlane-plugin-wpmreleasetoolkit', '~> 13.4'
1818
gem 'rake'
1919
gem 'rubocop', '~> 1.79'
2020
gem 'rubocop-rake', '~> 0.7'

Gemfile.lock

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,20 @@ GEM
2424
ast (2.4.3)
2525
atomos (0.1.3)
2626
aws-eventstream (1.4.0)
27-
aws-partitions (1.1124.0)
28-
aws-sdk-core (3.226.2)
27+
aws-partitions (1.1145.0)
28+
aws-sdk-core (3.229.0)
2929
aws-eventstream (~> 1, >= 1.3.0)
3030
aws-partitions (~> 1, >= 1.992.0)
3131
aws-sigv4 (~> 1.9)
3232
base64
33+
bigdecimal
3334
jmespath (~> 1, >= 1.6.1)
3435
logger
35-
aws-sdk-kms (1.106.0)
36-
aws-sdk-core (~> 3, >= 3.225.0)
36+
aws-sdk-kms (1.110.0)
37+
aws-sdk-core (~> 3, >= 3.228.0)
3738
aws-sigv4 (~> 1.5)
38-
aws-sdk-s3 (1.192.0)
39-
aws-sdk-core (~> 3, >= 3.225.0)
39+
aws-sdk-s3 (1.196.1)
40+
aws-sdk-core (~> 3, >= 3.228.0)
4041
aws-sdk-kms (~> 1)
4142
aws-sigv4 (~> 1.5)
4243
aws-sigv4 (1.12.1)
@@ -172,7 +173,7 @@ GEM
172173
google-apis-firebaseappdistribution_v1alpha (~> 0.2.0)
173174
fastlane-plugin-sentry (1.32.0)
174175
os (~> 1.1, >= 1.1.4)
175-
fastlane-plugin-wpmreleasetoolkit (13.3.1)
176+
fastlane-plugin-wpmreleasetoolkit (13.4.0)
176177
activesupport (>= 6.1.7.1)
177178
buildkit (~> 1.5)
178179
chroma (= 0.2.0)
@@ -258,7 +259,7 @@ GEM
258259
mini_mime (1.1.5)
259260
mini_portile2 (2.8.9)
260261
minitest (5.25.5)
261-
multi_json (1.15.0)
262+
multi_json (1.17.0)
262263
multipart-post (2.4.1)
263264
mutex_m (0.3.0)
264265
nanaimo (0.4.0)
@@ -374,7 +375,7 @@ DEPENDENCIES
374375
fastlane (~> 2.228)
375376
fastlane-plugin-firebase_app_distribution (~> 0.10)
376377
fastlane-plugin-sentry
377-
fastlane-plugin-wpmreleasetoolkit (~> 13.3)
378+
fastlane-plugin-wpmreleasetoolkit (~> 13.4)
378379
rake
379380
rmagick (~> 6.1.2)
380381
rubocop (~> 1.79)

0 commit comments

Comments
 (0)