Skip to content

Commit fd3a4ce

Browse files
Bump fastlane-plugin-wpmreleasetoolkit from 13.1.2 to 13.2.0 (#24564)
Bumps [fastlane-plugin-wpmreleasetoolkit](https://github.com/wordpress-mobile/release-toolkit) from 13.1.2 to 13.2.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.1.2...13.2.0) --- updated-dependencies: - dependency-name: fastlane-plugin-wpmreleasetoolkit dependency-version: 13.2.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 7a1d430 commit fd3a4ce

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
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.1'
17+
gem 'fastlane-plugin-wpmreleasetoolkit', '~> 13.2'
1818
gem 'rake'
1919
gem 'rubocop', '~> 1.75'
2020
gem 'rubocop-rake', '~> 0.7'

Gemfile.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,18 @@ GEM
2424
ast (2.4.3)
2525
atomos (0.1.3)
2626
aws-eventstream (1.3.2)
27-
aws-partitions (1.1098.0)
28-
aws-sdk-core (3.223.0)
27+
aws-partitions (1.1107.0)
28+
aws-sdk-core (3.224.0)
2929
aws-eventstream (~> 1, >= 1.3.0)
3030
aws-partitions (~> 1, >= 1.992.0)
3131
aws-sigv4 (~> 1.9)
3232
base64
3333
jmespath (~> 1, >= 1.6.1)
3434
logger
35-
aws-sdk-kms (1.100.0)
35+
aws-sdk-kms (1.101.0)
3636
aws-sdk-core (~> 3, >= 3.216.0)
3737
aws-sigv4 (~> 1.5)
38-
aws-sdk-s3 (1.185.0)
38+
aws-sdk-s3 (1.186.1)
3939
aws-sdk-core (~> 3, >= 3.216.0)
4040
aws-sdk-kms (~> 1)
4141
aws-sigv4 (~> 1.5)
@@ -58,7 +58,7 @@ GEM
5858
commander (4.6.0)
5959
highline (~> 2.0.0)
6060
concurrent-ruby (1.3.5)
61-
connection_pool (2.5.1)
61+
connection_pool (2.5.3)
6262
cork (0.3.0)
6363
colored2 (~> 3.1)
6464
danger (9.5.1)
@@ -91,7 +91,7 @@ GEM
9191
rake (>= 12.0.0, < 14.0.0)
9292
domain_name (0.6.20240107)
9393
dotenv (2.8.1)
94-
drb (2.2.1)
94+
drb (2.2.3)
9595
emoji_regex (3.2.3)
9696
excon (0.112.0)
9797
faraday (1.10.4)
@@ -172,7 +172,7 @@ GEM
172172
google-apis-firebaseappdistribution_v1alpha (~> 0.2.0)
173173
fastlane-plugin-sentry (1.29.0)
174174
os (~> 1.1, >= 1.1.4)
175-
fastlane-plugin-wpmreleasetoolkit (13.1.2)
175+
fastlane-plugin-wpmreleasetoolkit (13.2.0)
176176
activesupport (>= 6.1.7.1)
177177
buildkit (~> 1.5)
178178
chroma (= 0.2.0)
@@ -244,7 +244,7 @@ GEM
244244
concurrent-ruby (~> 1.0)
245245
java-properties (0.3.0)
246246
jmespath (1.6.2)
247-
json (2.12.0)
247+
json (2.12.2)
248248
jwt (2.10.1)
249249
base64
250250
kramdown (2.5.1)
@@ -256,7 +256,7 @@ GEM
256256
logger (1.7.0)
257257
mini_magick (4.13.2)
258258
mini_mime (1.1.5)
259-
mini_portile2 (2.8.8)
259+
mini_portile2 (2.8.9)
260260
minitest (5.25.5)
261261
multi_json (1.15.0)
262262
multipart-post (2.4.1)
@@ -374,7 +374,7 @@ DEPENDENCIES
374374
fastlane (~> 2.227)
375375
fastlane-plugin-firebase_app_distribution (~> 0.10)
376376
fastlane-plugin-sentry
377-
fastlane-plugin-wpmreleasetoolkit (~> 13.1)
377+
fastlane-plugin-wpmreleasetoolkit (~> 13.2)
378378
rake
379379
rmagick (~> 6.1.1)
380380
rubocop (~> 1.75)

0 commit comments

Comments
 (0)