Skip to content

Commit 38f0cd0

Browse files
Bump fastlane-plugin-wpmreleasetoolkit from 14.1.0 to 14.2.0 (#25358)
Bumps [fastlane-plugin-wpmreleasetoolkit](https://github.com/wordpress-mobile/release-toolkit) from 14.1.0 to 14.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@14.1.0...14.2.0) --- updated-dependencies: - dependency-name: fastlane-plugin-wpmreleasetoolkit dependency-version: 14.2.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 078fcff commit 38f0cd0

File tree

2 files changed

+13
-15
lines changed

2 files changed

+13
-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', '~> 14.1'
17+
gem 'fastlane-plugin-wpmreleasetoolkit', '~> 14.2'
1818
gem 'rake'
1919
gem 'rubocop', '~> 1.85'
2020
gem 'rubocop-rake', '~> 0.7'

Gemfile.lock

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,27 +3,26 @@ GEM
33
specs:
44
CFPropertyList (3.0.8)
55
abbrev (0.1.2)
6-
activesupport (8.1.2)
6+
activesupport (7.2.3)
77
base64
8+
benchmark (>= 0.3)
89
bigdecimal
910
concurrent-ruby (~> 1.0, >= 1.3.1)
1011
connection_pool (>= 2.2.5)
1112
drb
1213
i18n (>= 1.6, < 2)
13-
json
1414
logger (>= 1.4.2)
1515
minitest (>= 5.1)
1616
securerandom (>= 0.3)
1717
tzinfo (~> 2.0, >= 2.0.5)
18-
uri (>= 0.13.1)
1918
addressable (2.8.9)
2019
public_suffix (>= 2.0.2, < 8.0)
2120
artifactory (3.0.17)
2221
ast (2.4.3)
2322
atomos (0.1.3)
2423
aws-eventstream (1.4.0)
25-
aws-partitions (1.1220.0)
26-
aws-sdk-core (3.242.0)
24+
aws-partitions (1.1223.0)
25+
aws-sdk-core (3.243.0)
2726
aws-eventstream (~> 1, >= 1.3.0)
2827
aws-partitions (~> 1, >= 1.992.0)
2928
aws-sigv4 (~> 1.9)
@@ -34,8 +33,8 @@ GEM
3433
aws-sdk-kms (1.122.0)
3534
aws-sdk-core (~> 3, >= 3.241.4)
3635
aws-sigv4 (~> 1.5)
37-
aws-sdk-s3 (1.213.0)
38-
aws-sdk-core (~> 3, >= 3.241.4)
36+
aws-sdk-s3 (1.215.0)
37+
aws-sdk-core (~> 3, >= 3.243.0)
3938
aws-sdk-kms (~> 1)
4039
aws-sigv4 (~> 1.5)
4140
aws-sigv4 (1.12.1)
@@ -181,8 +180,8 @@ GEM
181180
google-apis-firebaseappdistribution_v1alpha (~> 0.2.0)
182181
fastlane-plugin-sentry (2.1.1)
183182
os (~> 1.1, >= 1.1.4)
184-
fastlane-plugin-wpmreleasetoolkit (14.1.0)
185-
activesupport (>= 6.1.7.1)
183+
fastlane-plugin-wpmreleasetoolkit (14.2.0)
184+
activesupport (>= 6.1.7.1, < 8)
186185
buildkit (~> 1.5)
187186
chroma (= 0.2.0)
188187
diffy (~> 3.3)
@@ -264,7 +263,7 @@ GEM
264263
concurrent-ruby (~> 1.0)
265264
java-properties (0.3.0)
266265
jmespath (1.6.2)
267-
json (2.18.1)
266+
json (2.19.1)
268267
json-schema (6.1.0)
269268
addressable (~> 2.8)
270269
bigdecimal (>= 3.1, < 5)
@@ -321,7 +320,7 @@ GEM
321320
highline (>= 1.6)
322321
options (~> 2.3.0)
323322
pstore (0.2.0)
324-
public_suffix (7.0.2)
323+
public_suffix (7.0.5)
325324
racc (1.8.1)
326325
rainbow (3.1.1)
327326
rake (13.3.1)
@@ -333,7 +332,7 @@ GEM
333332
declarative (< 0.1.0)
334333
trailblazer-option (>= 0.1.1, < 0.2.0)
335334
uber (< 0.2.0)
336-
retriable (3.2.1)
335+
retriable (3.4.0)
337336
rexml (3.4.4)
338337
rmagick (6.2.0)
339338
observer (~> 0.1)
@@ -388,7 +387,6 @@ GEM
388387
concurrent-ruby (~> 1.0)
389388
uber (0.1.0)
390389
unicode-display_width (2.6.0)
391-
uri (1.1.1)
392390
word_wrap (1.0.0)
393391
xcodeproj (1.27.0)
394392
CFPropertyList (>= 2.3.3, < 4.0)
@@ -411,7 +409,7 @@ DEPENDENCIES
411409
fastlane (~> 2.232)
412410
fastlane-plugin-firebase_app_distribution (~> 0.10)
413411
fastlane-plugin-sentry
414-
fastlane-plugin-wpmreleasetoolkit (~> 14.1)
412+
fastlane-plugin-wpmreleasetoolkit (~> 14.2)
415413
openssl (~> 4.0)
416414
rake
417415
rmagick (~> 6.2.0)

0 commit comments

Comments
 (0)