Skip to content

Commit 4c51f39

Browse files
Bump fastlane from 2.227.2 to 2.228.0 (#24593)
Bumps [fastlane](https://github.com/fastlane/fastlane) from 2.227.2 to 2.228.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.227.2...fastlane/2.228.0) --- updated-dependencies: - dependency-name: fastlane dependency-version: 2.228.0 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 98256ec commit 4c51f39

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
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.227'
11+
gem 'fastlane', '~> 2.228'
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: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,26 +23,26 @@ GEM
2323
artifactory (3.0.17)
2424
ast (2.4.3)
2525
atomos (0.1.3)
26-
aws-eventstream (1.3.2)
27-
aws-partitions (1.1107.0)
28-
aws-sdk-core (3.224.0)
26+
aws-eventstream (1.4.0)
27+
aws-partitions (1.1116.0)
28+
aws-sdk-core (3.225.2)
2929
aws-eventstream (~> 1, >= 1.3.0)
3030
aws-partitions (~> 1, >= 1.992.0)
3131
aws-sigv4 (~> 1.9)
3232
base64
3333
jmespath (~> 1, >= 1.6.1)
3434
logger
35-
aws-sdk-kms (1.101.0)
36-
aws-sdk-core (~> 3, >= 3.216.0)
35+
aws-sdk-kms (1.105.0)
36+
aws-sdk-core (~> 3, >= 3.225.0)
3737
aws-sigv4 (~> 1.5)
38-
aws-sdk-s3 (1.186.1)
39-
aws-sdk-core (~> 3, >= 3.216.0)
38+
aws-sdk-s3 (1.189.1)
39+
aws-sdk-core (~> 3, >= 3.225.0)
4040
aws-sdk-kms (~> 1)
4141
aws-sigv4 (~> 1.5)
42-
aws-sigv4 (1.11.0)
42+
aws-sigv4 (1.12.1)
4343
aws-eventstream (~> 1, >= 1.0.2)
4444
babosa (1.0.4)
45-
base64 (0.2.0)
45+
base64 (0.3.0)
4646
benchmark (0.4.0)
4747
bigdecimal (3.1.9)
4848
buildkit (1.6.1)
@@ -125,7 +125,7 @@ GEM
125125
faraday_middleware (1.2.1)
126126
faraday (~> 1.0)
127127
fastimage (2.4.0)
128-
fastlane (2.227.2)
128+
fastlane (2.228.0)
129129
CFPropertyList (>= 2.3, < 4.0.0)
130130
addressable (>= 2.8, < 3.0.0)
131131
artifactory (~> 3.0)
@@ -263,7 +263,7 @@ GEM
263263
mutex_m (0.3.0)
264264
nanaimo (0.4.0)
265265
nap (1.1.0)
266-
naturally (2.2.1)
266+
naturally (2.3.0)
267267
nkf (0.2.0)
268268
nokogiri (1.18.8)
269269
mini_portile2 (~> 2.8.2)
@@ -371,7 +371,7 @@ PLATFORMS
371371
DEPENDENCIES
372372
danger-dangermattic (~> 1.2)
373373
dotenv
374-
fastlane (~> 2.227)
374+
fastlane (~> 2.228)
375375
fastlane-plugin-firebase_app_distribution (~> 0.10)
376376
fastlane-plugin-sentry
377377
fastlane-plugin-wpmreleasetoolkit (~> 13.2)

0 commit comments

Comments
 (0)