Skip to content

Commit 3f6e8ed

Browse files
Bump fastlane-plugin-wpmreleasetoolkit from 13.8.1 to 14.0.0
Bumps [fastlane-plugin-wpmreleasetoolkit](https://github.com/wordpress-mobile/release-toolkit) from 13.8.1 to 14.0.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.8.1...14.0.0) --- updated-dependencies: - dependency-name: fastlane-plugin-wpmreleasetoolkit dependency-version: 14.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3e47e0d commit 3f6e8ed

File tree

2 files changed

+26
-11
lines changed

2 files changed

+26
-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.8'
17+
gem 'fastlane-plugin-wpmreleasetoolkit', '~> 14.0'
1818
gem 'rake'
1919
gem 'rubocop', '~> 1.84'
2020
gem 'rubocop-rake', '~> 0.7'

Gemfile.lock

Lines changed: 25 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ GEM
33
specs:
44
CFPropertyList (3.0.8)
55
abbrev (0.1.2)
6-
activesupport (8.1.1)
6+
activesupport (8.1.2)
77
base64
88
bigdecimal
99
concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -22,8 +22,8 @@ GEM
2222
ast (2.4.3)
2323
atomos (0.1.3)
2424
aws-eventstream (1.4.0)
25-
aws-partitions (1.1209.0)
26-
aws-sdk-core (3.241.4)
25+
aws-partitions (1.1212.0)
26+
aws-sdk-core (3.242.0)
2727
aws-eventstream (~> 1, >= 1.3.0)
2828
aws-partitions (~> 1, >= 1.992.0)
2929
aws-sigv4 (~> 1.9)
@@ -34,7 +34,7 @@ GEM
3434
aws-sdk-kms (1.121.0)
3535
aws-sdk-core (~> 3, >= 3.241.4)
3636
aws-sigv4 (~> 1.5)
37-
aws-sdk-s3 (1.212.0)
37+
aws-sdk-s3 (1.213.0)
3838
aws-sdk-core (~> 3, >= 3.241.4)
3939
aws-sdk-kms (~> 1)
4040
aws-sigv4 (~> 1.5)
@@ -93,6 +93,7 @@ GEM
9393
dotenv (2.8.1)
9494
drb (2.2.3)
9595
emoji_regex (3.2.3)
96+
erubi (1.13.1)
9697
excon (0.112.0)
9798
faraday (1.10.4)
9899
faraday-em_http (~> 1.0)
@@ -180,12 +181,13 @@ GEM
180181
google-apis-firebaseappdistribution_v1alpha (~> 0.2.0)
181182
fastlane-plugin-sentry (1.36.0)
182183
os (~> 1.1, >= 1.1.4)
183-
fastlane-plugin-wpmreleasetoolkit (13.8.1)
184+
fastlane-plugin-wpmreleasetoolkit (14.0.0)
184185
activesupport (>= 6.1.7.1)
185186
buildkit (~> 1.5)
186187
chroma (= 0.2.0)
187188
diffy (~> 3.3)
188-
fastlane (~> 2.213)
189+
fastlane (~> 2.231)
190+
gettext (~> 3.5)
189191
git (~> 1.3)
190192
google-cloud-storage (~> 1.31)
191193
java-properties (~> 0.3.0)
@@ -199,6 +201,13 @@ GEM
199201
xcodeproj (~> 1.22)
200202
fastlane-sirp (1.0.0)
201203
sysrandom (~> 1.0)
204+
forwardable (1.4.0)
205+
gettext (3.5.1)
206+
erubi
207+
locale (>= 2.0.5)
208+
prime
209+
racc
210+
text (>= 1.3.0)
202211
gh_inspector (1.1.3)
203212
git (1.19.1)
204213
addressable (~> 2.8)
@@ -252,7 +261,7 @@ GEM
252261
concurrent-ruby (~> 1.0)
253262
java-properties (0.3.0)
254263
jmespath (1.6.2)
255-
json (2.18.0)
264+
json (2.18.1)
256265
jwt (2.10.2)
257266
base64
258267
kramdown (2.5.1)
@@ -261,11 +270,12 @@ GEM
261270
kramdown (~> 2.0)
262271
language_server-protocol (3.17.0.5)
263272
lint_roller (1.1.0)
273+
locale (2.1.4)
264274
logger (1.7.0)
265275
mini_magick (4.13.2)
266276
mini_mime (1.1.5)
267277
mini_portile2 (2.8.9)
268-
minitest (6.0.0)
278+
minitest (6.0.1)
269279
prism (~> 1.5)
270280
multi_json (1.19.1)
271281
multipart-post (2.4.1)
@@ -274,7 +284,7 @@ GEM
274284
nap (1.1.0)
275285
naturally (2.3.0)
276286
nkf (0.2.0)
277-
nokogiri (1.18.10)
287+
nokogiri (1.19.0)
278288
mini_portile2 (~> 2.8.2)
279289
racc (~> 1.4)
280290
observer (0.1.2)
@@ -292,6 +302,9 @@ GEM
292302
racc
293303
pkg-config (1.6.5)
294304
plist (3.7.2)
305+
prime (0.1.4)
306+
forwardable
307+
singleton
295308
prism (1.9.0)
296309
progress_bar (1.3.4)
297310
highline (>= 1.6)
@@ -348,10 +361,12 @@ GEM
348361
simctl (1.6.10)
349362
CFPropertyList
350363
naturally
364+
singleton (0.3.0)
351365
sysrandom (1.0.5)
352366
terminal-notifier (2.0.0)
353367
terminal-table (3.0.2)
354368
unicode-display_width (>= 1.1.1, < 3)
369+
text (1.3.1)
355370
trailblazer-option (0.1.2)
356371
tty-cursor (0.7.1)
357372
tty-screen (0.8.2)
@@ -384,7 +399,7 @@ DEPENDENCIES
384399
fastlane (~> 2.231)
385400
fastlane-plugin-firebase_app_distribution (~> 0.10)
386401
fastlane-plugin-sentry
387-
fastlane-plugin-wpmreleasetoolkit (~> 13.8)
402+
fastlane-plugin-wpmreleasetoolkit (~> 14.0)
388403
rake
389404
rmagick (~> 6.1.5)
390405
rubocop (~> 1.84)

0 commit comments

Comments
 (0)