Skip to content

Commit 73941c8

Browse files
Bump fastlane-plugin-wpmreleasetoolkit from 13.5.3 to 13.6.0 (#24969)
Bumps [fastlane-plugin-wpmreleasetoolkit](https://github.com/wordpress-mobile/release-toolkit) from 13.5.3 to 13.6.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.5.3...13.6.0) --- updated-dependencies: - dependency-name: fastlane-plugin-wpmreleasetoolkit dependency-version: 13.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b9e0f69 commit 73941c8

File tree

2 files changed

+14
-15
lines changed

2 files changed

+14
-15
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.5'
17+
gem 'fastlane-plugin-wpmreleasetoolkit', '~> 13.6'
1818
gem 'rake'
1919
gem 'rubocop', '~> 1.81'
2020
gem 'rubocop-rake', '~> 0.7'

Gemfile.lock

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ GEM
55
base64
66
nkf
77
rexml
8-
activesupport (8.0.3)
8+
activesupport (8.1.1)
99
base64
10-
benchmark (>= 0.3)
1110
bigdecimal
1211
concurrent-ruby (~> 1.0, >= 1.3.1)
1312
connection_pool (>= 2.2.5)
1413
drb
1514
i18n (>= 1.6, < 2)
15+
json
1616
logger (>= 1.4.2)
1717
minitest (>= 5.1)
1818
securerandom (>= 0.3)
@@ -24,27 +24,26 @@ GEM
2424
ast (2.4.3)
2525
atomos (0.1.3)
2626
aws-eventstream (1.4.0)
27-
aws-partitions (1.1174.0)
28-
aws-sdk-core (3.233.0)
27+
aws-partitions (1.1179.0)
28+
aws-sdk-core (3.236.0)
2929
aws-eventstream (~> 1, >= 1.3.0)
3030
aws-partitions (~> 1, >= 1.992.0)
3131
aws-sigv4 (~> 1.9)
3232
base64
3333
bigdecimal
3434
jmespath (~> 1, >= 1.6.1)
3535
logger
36-
aws-sdk-kms (1.114.0)
37-
aws-sdk-core (~> 3, >= 3.231.0)
36+
aws-sdk-kms (1.116.0)
37+
aws-sdk-core (~> 3, >= 3.234.0)
3838
aws-sigv4 (~> 1.5)
39-
aws-sdk-s3 (1.200.0)
40-
aws-sdk-core (~> 3, >= 3.231.0)
39+
aws-sdk-s3 (1.202.0)
40+
aws-sdk-core (~> 3, >= 3.234.0)
4141
aws-sdk-kms (~> 1)
4242
aws-sigv4 (~> 1.5)
4343
aws-sigv4 (1.12.1)
4444
aws-eventstream (~> 1, >= 1.0.2)
4545
babosa (1.0.4)
4646
base64 (0.3.0)
47-
benchmark (0.4.1)
4847
bigdecimal (3.3.1)
4948
buildkit (1.6.1)
5049
sawyer (>= 0.6)
@@ -173,7 +172,7 @@ GEM
173172
google-apis-firebaseappdistribution_v1alpha (~> 0.2.0)
174173
fastlane-plugin-sentry (1.34.0)
175174
os (~> 1.1, >= 1.1.4)
176-
fastlane-plugin-wpmreleasetoolkit (13.5.3)
175+
fastlane-plugin-wpmreleasetoolkit (13.6.0)
177176
activesupport (>= 6.1.7.1)
178177
buildkit (~> 1.5)
179178
chroma (= 0.2.0)
@@ -275,7 +274,7 @@ GEM
275274
sawyer (~> 0.9)
276275
open4 (1.3.4)
277276
options (2.3.2)
278-
optparse (0.6.0)
277+
optparse (0.8.0)
279278
os (1.1.4)
280279
parallel (1.27.0)
281280
parser (3.3.10.0)
@@ -326,7 +325,7 @@ GEM
326325
ruby-progressbar (1.13.0)
327326
ruby2_keywords (0.0.5)
328327
rubyzip (2.4.1)
329-
sawyer (0.9.2)
328+
sawyer (0.9.3)
330329
addressable (>= 2.3.5)
331330
faraday (>= 0.17.3, < 3)
332331
securerandom (0.4.1)
@@ -352,7 +351,7 @@ GEM
352351
concurrent-ruby (~> 1.0)
353352
uber (0.1.0)
354353
unicode-display_width (2.6.0)
355-
uri (1.0.4)
354+
uri (1.1.0)
356355
word_wrap (1.0.0)
357356
xcodeproj (1.27.0)
358357
CFPropertyList (>= 2.3.3, < 4.0)
@@ -375,7 +374,7 @@ DEPENDENCIES
375374
fastlane (~> 2.228)
376375
fastlane-plugin-firebase_app_distribution (~> 0.10)
377376
fastlane-plugin-sentry
378-
fastlane-plugin-wpmreleasetoolkit (~> 13.5)
377+
fastlane-plugin-wpmreleasetoolkit (~> 13.6)
379378
rake
380379
rmagick (~> 6.1.4)
381380
rubocop (~> 1.81)

0 commit comments

Comments
 (0)