Skip to content

Commit 34d9022

Browse files
Update dependency fastlane to "~> 2.225.0"
1 parent 885dcdd commit 34d9022

File tree

2 files changed

+14
-10
lines changed

2 files changed

+14
-10
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
source "https://rubygems.org"
44

5-
gem "fastlane", "~> 2.224.0"
5+
gem "fastlane", "~> 2.225.0"
66
gem "fastlane-plugin-firebase_app_distribution", "~> 0.9.0"
77
gem "fastlane-plugin-update_xcodeproj", "~> 1.0.1"

Gemfile.lock

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@ GEM
1010
artifactory (3.0.17)
1111
atomos (0.1.3)
1212
aws-eventstream (1.3.0)
13-
aws-partitions (1.984.0)
14-
aws-sdk-core (3.209.1)
13+
aws-partitions (1.992.0)
14+
aws-sdk-core (3.210.0)
1515
aws-eventstream (~> 1, >= 1.3.0)
16-
aws-partitions (~> 1, >= 1.651.0)
16+
aws-partitions (~> 1, >= 1.992.0)
1717
aws-sigv4 (~> 1.9)
1818
jmespath (~> 1, >= 1.6.1)
19-
aws-sdk-kms (1.94.0)
20-
aws-sdk-core (~> 3, >= 3.207.0)
19+
aws-sdk-kms (1.95.0)
20+
aws-sdk-core (~> 3, >= 3.210.0)
2121
aws-sigv4 (~> 1.5)
22-
aws-sdk-s3 (1.167.0)
23-
aws-sdk-core (~> 3, >= 3.207.0)
22+
aws-sdk-s3 (1.169.0)
23+
aws-sdk-core (~> 3, >= 3.210.0)
2424
aws-sdk-kms (~> 1)
2525
aws-sigv4 (~> 1.5)
2626
aws-sigv4 (1.10.0)
@@ -68,7 +68,7 @@ GEM
6868
faraday_middleware (1.2.1)
6969
faraday (~> 1.0)
7070
fastimage (2.3.1)
71-
fastlane (2.224.0)
71+
fastlane (2.225.0)
7272
CFPropertyList (>= 2.3, < 4.0.0)
7373
addressable (>= 2.8, < 3.0.0)
7474
artifactory (~> 3.0)
@@ -84,6 +84,7 @@ GEM
8484
faraday-cookie_jar (~> 0.0.6)
8585
faraday_middleware (~> 1.0)
8686
fastimage (>= 2.1.0, < 3.0.0)
87+
fastlane-sirp (>= 1.0.0)
8788
gh_inspector (>= 1.1.2, < 2.0.0)
8889
google-apis-androidpublisher_v3 (~> 0.3)
8990
google-apis-playcustomapp_v1 (~> 0.1)
@@ -113,6 +114,8 @@ GEM
113114
google-apis-firebaseappdistribution_v1 (~> 0.3.0)
114115
google-apis-firebaseappdistribution_v1alpha (~> 0.2.0)
115116
fastlane-plugin-update_xcodeproj (1.0.1)
117+
fastlane-sirp (1.0.0)
118+
sysrandom (~> 1.0)
116119
gh_inspector (1.1.3)
117120
google-apis-androidpublisher_v3 (0.54.0)
118121
google-apis-core (>= 0.11.0, < 2.a)
@@ -192,6 +195,7 @@ GEM
192195
simctl (1.6.10)
193196
CFPropertyList
194197
naturally
198+
sysrandom (1.0.5)
195199
terminal-notifier (2.0.0)
196200
terminal-table (3.0.2)
197201
unicode-display_width (>= 1.1.1, < 3)
@@ -219,7 +223,7 @@ PLATFORMS
219223
ruby
220224

221225
DEPENDENCIES
222-
fastlane (~> 2.224.0)
226+
fastlane (~> 2.225.0)
223227
fastlane-plugin-firebase_app_distribution (~> 0.9.0)
224228
fastlane-plugin-update_xcodeproj (~> 1.0.1)
225229

0 commit comments

Comments
 (0)