Skip to content

Commit e53643b

Browse files
Bump fastlane from 2.228.0 to 2.229.0 (#25012)
Bumps [fastlane](https://github.com/fastlane/fastlane) from 2.228.0 to 2.229.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.228.0...fastlane/2.229.0) --- updated-dependencies: - dependency-name: fastlane dependency-version: 2.229.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 aa1d94d commit e53643b

File tree

2 files changed

+16
-15
lines changed

2 files changed

+16
-15
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ gem 'dotenv'
88
#
99
# See failures like https://buildkite.com/automattic/wordpress-ios/builds/24053#019234f2-80a5-40f6-b55e-2f420e6483a8/3840-3915
1010
# and https://github.com/fastlane/fastlane/pull/22256
11-
gem 'fastlane', '~> 2.228'
11+
gem 'fastlane', '~> 2.229'
1212
gem 'fastlane-plugin-firebase_app_distribution', '~> 0.10'
1313
gem 'fastlane-plugin-sentry'
1414
# This comment avoids typing to switch to a development version for testing.

Gemfile.lock

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
CFPropertyList (3.0.7)
5-
base64
6-
nkf
7-
rexml
4+
CFPropertyList (3.0.8)
5+
abbrev (0.1.2)
86
activesupport (8.1.1)
97
base64
108
bigdecimal
@@ -24,19 +22,19 @@ GEM
2422
ast (2.4.3)
2523
atomos (0.1.3)
2624
aws-eventstream (1.4.0)
27-
aws-partitions (1.1181.0)
28-
aws-sdk-core (3.237.0)
25+
aws-partitions (1.1187.0)
26+
aws-sdk-core (3.239.1)
2927
aws-eventstream (~> 1, >= 1.3.0)
3028
aws-partitions (~> 1, >= 1.992.0)
3129
aws-sigv4 (~> 1.9)
3230
base64
3331
bigdecimal
3432
jmespath (~> 1, >= 1.6.1)
3533
logger
36-
aws-sdk-kms (1.117.0)
37-
aws-sdk-core (~> 3, >= 3.234.0)
34+
aws-sdk-kms (1.118.0)
35+
aws-sdk-core (~> 3, >= 3.239.1)
3836
aws-sigv4 (~> 1.5)
39-
aws-sdk-s3 (1.203.1)
37+
aws-sdk-s3 (1.205.0)
4038
aws-sdk-core (~> 3, >= 3.234.0)
4139
aws-sdk-kms (~> 1)
4240
aws-sigv4 (~> 1.5)
@@ -61,6 +59,7 @@ GEM
6159
connection_pool (2.5.4)
6260
cork (0.3.0)
6361
colored2 (~> 3.1)
62+
csv (3.3.5)
6463
danger (9.5.3)
6564
base64 (~> 0.2)
6665
claide (~> 1.0)
@@ -106,9 +105,9 @@ GEM
106105
faraday-rack (~> 1.0)
107106
faraday-retry (~> 1.0)
108107
ruby2_keywords (>= 0.0.4)
109-
faraday-cookie_jar (0.0.7)
108+
faraday-cookie_jar (0.0.8)
110109
faraday (>= 0.8.0)
111-
http-cookie (~> 1.0.0)
110+
http-cookie (>= 1.0.0)
112111
faraday-em_http (1.0.0)
113112
faraday-em_synchrony (1.0.1)
114113
faraday-excon (1.1.0)
@@ -125,15 +124,17 @@ GEM
125124
faraday_middleware (1.2.1)
126125
faraday (~> 1.0)
127126
fastimage (2.4.0)
128-
fastlane (2.228.0)
127+
fastlane (2.229.0)
129128
CFPropertyList (>= 2.3, < 4.0.0)
129+
abbrev (~> 0.1.2)
130130
addressable (>= 2.8, < 3.0.0)
131131
artifactory (~> 3.0)
132132
aws-sdk-s3 (~> 1.0)
133133
babosa (>= 1.0.3, < 2.0.0)
134134
bundler (>= 1.12.0, < 3.0.0)
135135
colored (~> 1.2)
136136
commander (~> 4.6)
137+
csv (~> 3.3)
137138
dotenv (>= 2.1.1, < 3.0.0)
138139
emoji_regex (>= 0.1, < 4.0)
139140
excon (>= 0.71.0, < 1.0.0)
@@ -153,6 +154,7 @@ GEM
153154
jwt (>= 2.1.0, < 3)
154155
mini_magick (>= 4.9.4, < 5.0.0)
155156
multipart-post (>= 2.0.0, < 3.0.0)
157+
mutex_m (~> 0.3.0)
156158
naturally (~> 2.2)
157159
optparse (>= 0.1.1, < 1.0.0)
158160
plist (>= 3.1.0, < 4.0.0)
@@ -264,7 +266,6 @@ GEM
264266
nanaimo (0.4.0)
265267
nap (1.1.0)
266268
naturally (2.3.0)
267-
nkf (0.2.0)
268269
nokogiri (1.18.10)
269270
mini_portile2 (~> 2.8.2)
270271
racc (~> 1.4)
@@ -371,7 +372,7 @@ PLATFORMS
371372
DEPENDENCIES
372373
danger-dangermattic (~> 1.2)
373374
dotenv
374-
fastlane (~> 2.228)
375+
fastlane (~> 2.229)
375376
fastlane-plugin-firebase_app_distribution (~> 0.10)
376377
fastlane-plugin-sentry
377378
fastlane-plugin-wpmreleasetoolkit (~> 13.7)

0 commit comments

Comments
 (0)