Skip to content

Commit 738620c

Browse files
Bump fastlane from 2.225.0 to 2.226.0 (#23903)
Bumps [fastlane](https://github.com/fastlane/fastlane) from 2.225.0 to 2.226.0. - [Release notes](https://github.com/fastlane/fastlane/releases) - [Changelog](https://github.com/fastlane/fastlane/blob/master/CHANGELOG.latest.md) - [Commits](fastlane/fastlane@fastlane/2.225.0...fastlane/2.226.0) --- updated-dependencies: - dependency-name: fastlane 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 79cbec0 commit 738620c

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
@@ -9,7 +9,7 @@ gem 'dotenv'
99
#
1010
# See failures like https://buildkite.com/automattic/wordpress-ios/builds/24053#019234f2-80a5-40f6-b55e-2f420e6483a8/3840-3915
1111
# and https://github.com/fastlane/fastlane/pull/22256
12-
gem 'fastlane', '~> 2.225'
12+
gem 'fastlane', '~> 2.226'
1313
gem 'fastlane-plugin-appcenter', '~> 2.1'
1414
gem 'fastlane-plugin-sentry'
1515
# This comment avoids typing to switch to a development version for testing.

Gemfile.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ GEM
2626
ast (2.4.2)
2727
atomos (0.1.3)
2828
aws-eventstream (1.3.0)
29-
aws-partitions (1.1015.0)
29+
aws-partitions (1.1023.0)
3030
aws-sdk-core (3.214.0)
3131
aws-eventstream (~> 1, >= 1.3.0)
3232
aws-partitions (~> 1, >= 1.992.0)
@@ -35,7 +35,7 @@ GEM
3535
aws-sdk-kms (1.96.0)
3636
aws-sdk-core (~> 3, >= 3.210.0)
3737
aws-sigv4 (~> 1.5)
38-
aws-sdk-s3 (1.175.0)
38+
aws-sdk-s3 (1.176.1)
3939
aws-sdk-core (~> 3, >= 3.210.0)
4040
aws-sdk-kms (~> 1)
4141
aws-sigv4 (~> 1.5)
@@ -165,7 +165,7 @@ GEM
165165
faraday_middleware (1.2.1)
166166
faraday (~> 1.0)
167167
fastimage (2.3.1)
168-
fastlane (2.225.0)
168+
fastlane (2.226.0)
169169
CFPropertyList (>= 2.3, < 4.0.0)
170170
addressable (>= 2.8, < 3.0.0)
171171
artifactory (~> 3.0)
@@ -205,7 +205,7 @@ GEM
205205
tty-spinner (>= 0.8.0, < 1.0.0)
206206
word_wrap (~> 1.0.0)
207207
xcodeproj (>= 1.13.0, < 2.0.0)
208-
xcpretty (~> 0.3.0)
208+
xcpretty (~> 0.4.0)
209209
xcpretty-travis-formatter (>= 0.0.3, < 2.0.0)
210210
fastlane-plugin-appcenter (2.1.2)
211211
fastlane-plugin-sentry (1.25.1)
@@ -273,7 +273,7 @@ GEM
273273
os (>= 0.9, < 2.0)
274274
signet (>= 0.16, < 2.a)
275275
highline (2.0.3)
276-
http-cookie (1.0.7)
276+
http-cookie (1.0.8)
277277
domain_name (~> 0.5)
278278
httpclient (2.8.3)
279279
i18n (1.14.6)
@@ -334,10 +334,10 @@ GEM
334334
trailblazer-option (>= 0.1.1, < 0.2.0)
335335
uber (< 0.2.0)
336336
retriable (3.1.2)
337-
rexml (3.3.9)
337+
rexml (3.4.0)
338338
rmagick (5.3.0)
339339
pkg-config (~> 1.4)
340-
rouge (2.0.7)
340+
rouge (3.28.0)
341341
rubocop (1.69.1)
342342
json (~> 2.3)
343343
language_server-protocol (>= 3.17.0)
@@ -392,8 +392,8 @@ GEM
392392
colored2 (~> 3.1)
393393
nanaimo (~> 0.4.0)
394394
rexml (>= 3.3.6, < 4.0)
395-
xcpretty (0.3.0)
396-
rouge (~> 2.0.7)
395+
xcpretty (0.4.0)
396+
rouge (~> 3.28.0)
397397
xcpretty-travis-formatter (1.0.1)
398398
xcpretty (~> 0.2, >= 0.0.7)
399399

@@ -404,7 +404,7 @@ DEPENDENCIES
404404
cocoapods (~> 1.16)
405405
danger-dangermattic (~> 1.2)
406406
dotenv
407-
fastlane (~> 2.225)
407+
fastlane (~> 2.226)
408408
fastlane-plugin-appcenter (~> 2.1)
409409
fastlane-plugin-sentry
410410
fastlane-plugin-wpmreleasetoolkit (~> 12.3)

0 commit comments

Comments
 (0)