Skip to content

Commit d034f30

Browse files
Bump fastlane from 2.229.1 to 2.230.0
Bumps [fastlane](https://github.com/fastlane/fastlane) from 2.229.1 to 2.230.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.229.1...fastlane/2.230.0) --- updated-dependencies: - dependency-name: fastlane dependency-version: 2.230.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e579369 commit d034f30

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
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.229'
11+
gem 'fastlane', '~> 2.230'
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: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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.1194.0)
26-
aws-sdk-core (3.239.2)
25+
aws-partitions (1.1198.0)
26+
aws-sdk-core (3.240.0)
2727
aws-eventstream (~> 1, >= 1.3.0)
2828
aws-partitions (~> 1, >= 1.992.0)
2929
aws-sigv4 (~> 1.9)
@@ -34,15 +34,15 @@ GEM
3434
aws-sdk-kms (1.118.0)
3535
aws-sdk-core (~> 3, >= 3.239.1)
3636
aws-sigv4 (~> 1.5)
37-
aws-sdk-s3 (1.207.0)
37+
aws-sdk-s3 (1.208.0)
3838
aws-sdk-core (~> 3, >= 3.234.0)
3939
aws-sdk-kms (~> 1)
4040
aws-sigv4 (~> 1.5)
4141
aws-sigv4 (1.12.1)
4242
aws-eventstream (~> 1, >= 1.0.2)
4343
babosa (1.0.4)
4444
base64 (0.2.0)
45-
bigdecimal (3.3.1)
45+
bigdecimal (4.0.1)
4646
buildkit (1.6.1)
4747
sawyer (>= 0.6)
4848
chroma (0.2.0)
@@ -124,7 +124,7 @@ GEM
124124
faraday_middleware (1.2.1)
125125
faraday (~> 1.0)
126126
fastimage (2.4.0)
127-
fastlane (2.229.1)
127+
fastlane (2.230.0)
128128
CFPropertyList (>= 2.3, < 4.0.0)
129129
abbrev (~> 0.1.2)
130130
addressable (>= 2.8, < 3.0.0)
@@ -153,6 +153,7 @@ GEM
153153
http-cookie (~> 1.0.5)
154154
json (< 3.0.0)
155155
jwt (>= 2.1.0, < 3)
156+
logger (>= 1.6, < 2.0)
156157
mini_magick (>= 4.9.4, < 5.0.0)
157158
multipart-post (>= 2.0.0, < 3.0.0)
158159
mutex_m (~> 0.3.0)
@@ -375,7 +376,7 @@ PLATFORMS
375376
DEPENDENCIES
376377
danger-dangermattic (~> 1.2)
377378
dotenv
378-
fastlane (~> 2.229)
379+
fastlane (~> 2.230)
379380
fastlane-plugin-firebase_app_distribution (~> 0.10)
380381
fastlane-plugin-sentry
381382
fastlane-plugin-wpmreleasetoolkit (~> 13.8)

0 commit comments

Comments
 (0)