Skip to content

Commit 0306315

Browse files
Bump fastlane-plugin-wpmreleasetoolkit from 13.3.1 to 13.4.0 (#832)
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 674b5da commit 0306315

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
source 'https://rubygems.org'
44

55
gem 'fastlane', '~> 2.228'
6-
gem 'fastlane-plugin-wpmreleasetoolkit', '~> 13.3'
6+
gem 'fastlane-plugin-wpmreleasetoolkit', '~> 13.4'
77
gem 'fluent-tools', '~> 0.3'

Gemfile.lock

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,20 @@ GEM
2323
artifactory (3.0.17)
2424
atomos (0.1.3)
2525
aws-eventstream (1.4.0)
26-
aws-partitions (1.1121.0)
27-
aws-sdk-core (3.226.1)
26+
aws-partitions (1.1143.0)
27+
aws-sdk-core (3.229.0)
2828
aws-eventstream (~> 1, >= 1.3.0)
2929
aws-partitions (~> 1, >= 1.992.0)
3030
aws-sigv4 (~> 1.9)
3131
base64
32+
bigdecimal
3233
jmespath (~> 1, >= 1.6.1)
3334
logger
34-
aws-sdk-kms (1.106.0)
35-
aws-sdk-core (~> 3, >= 3.225.0)
35+
aws-sdk-kms (1.110.0)
36+
aws-sdk-core (~> 3, >= 3.228.0)
3637
aws-sigv4 (~> 1.5)
37-
aws-sdk-s3 (1.191.0)
38-
aws-sdk-core (~> 3, >= 3.225.0)
38+
aws-sdk-s3 (1.196.1)
39+
aws-sdk-core (~> 3, >= 3.228.0)
3940
aws-sdk-kms (~> 1)
4041
aws-sigv4 (~> 1.5)
4142
aws-sigv4 (1.12.1)
@@ -134,7 +135,7 @@ GEM
134135
xcodeproj (>= 1.13.0, < 2.0.0)
135136
xcpretty (~> 0.4.1)
136137
xcpretty-travis-formatter (>= 0.0.3, < 2.0.0)
137-
fastlane-plugin-wpmreleasetoolkit (13.3.1)
138+
fastlane-plugin-wpmreleasetoolkit (13.4.0)
138139
activesupport (>= 6.1.7.1)
139140
buildkit (~> 1.5)
140141
chroma (= 0.2.0)
@@ -204,14 +205,14 @@ GEM
204205
concurrent-ruby (~> 1.0)
205206
java-properties (0.3.0)
206207
jmespath (1.6.2)
207-
json (2.12.2)
208-
jwt (2.10.1)
208+
json (2.13.2)
209+
jwt (2.10.2)
209210
base64
210211
logger (1.7.0)
211212
mini_magick (4.13.2)
212213
mini_mime (1.1.5)
213214
minitest (5.25.5)
214-
multi_json (1.15.0)
215+
multi_json (1.17.0)
215216
multipart-post (2.4.1)
216217
mutex_m (0.3.0)
217218
nanaimo (0.4.0)
@@ -312,7 +313,7 @@ PLATFORMS
312313

313314
DEPENDENCIES
314315
fastlane (~> 2.228)
315-
fastlane-plugin-wpmreleasetoolkit (~> 13.3)
316+
fastlane-plugin-wpmreleasetoolkit (~> 13.4)
316317
fluent-tools (~> 0.3)
317318

318319
BUNDLED WITH

0 commit comments

Comments
 (0)