Skip to content

Commit d30bb90

Browse files
Update dependency fastlane to "~> 2.220.0"
1 parent bb32674 commit d30bb90

File tree

2 files changed

+28
-23
lines changed

2 files changed

+28
-23
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.219.0"
5+
gem "fastlane", "~> 2.220.0"
66
gem "fastlane-plugin-firebase_app_distribution", "~> 0.9.0"
77
gem "fastlane-plugin-update_xcodeproj", "~> 1.0.1"

Gemfile.lock

Lines changed: 27 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,32 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
CFPropertyList (3.0.6)
4+
CFPropertyList (3.0.7)
5+
base64
6+
nkf
57
rexml
68
addressable (2.8.6)
79
public_suffix (>= 2.0.2, < 6.0)
8-
artifactory (3.0.15)
10+
artifactory (3.0.17)
911
atomos (0.1.3)
1012
aws-eventstream (1.3.0)
11-
aws-partitions (1.887.0)
12-
aws-sdk-core (3.191.0)
13+
aws-partitions (1.907.0)
14+
aws-sdk-core (3.191.6)
1315
aws-eventstream (~> 1, >= 1.3.0)
1416
aws-partitions (~> 1, >= 1.651.0)
1517
aws-sigv4 (~> 1.8)
1618
jmespath (~> 1, >= 1.6.1)
17-
aws-sdk-kms (1.77.0)
19+
aws-sdk-kms (1.78.0)
1820
aws-sdk-core (~> 3, >= 3.191.0)
1921
aws-sigv4 (~> 1.1)
20-
aws-sdk-s3 (1.143.0)
22+
aws-sdk-s3 (1.146.1)
2123
aws-sdk-core (~> 3, >= 3.191.0)
2224
aws-sdk-kms (~> 1)
2325
aws-sigv4 (~> 1.8)
2426
aws-sigv4 (1.8.0)
2527
aws-eventstream (~> 1, >= 1.0.2)
2628
babosa (1.0.4)
29+
base64 (0.2.0)
2730
claide (1.1.0)
2831
colored (1.2)
2932
colored2 (3.1.2)
@@ -35,7 +38,7 @@ GEM
3538
domain_name (0.6.20240107)
3639
dotenv (2.8.1)
3740
emoji_regex (3.2.3)
38-
excon (0.109.0)
41+
excon (0.110.0)
3942
faraday (1.10.3)
4043
faraday-em_http (~> 1.0)
4144
faraday-em_synchrony (~> 1.0)
@@ -64,15 +67,15 @@ GEM
6467
faraday-retry (1.0.3)
6568
faraday_middleware (1.2.0)
6669
faraday (~> 1.0)
67-
fastimage (2.3.0)
68-
fastlane (2.219.0)
70+
fastimage (2.3.1)
71+
fastlane (2.220.0)
6972
CFPropertyList (>= 2.3, < 4.0.0)
7073
addressable (>= 2.8, < 3.0.0)
7174
artifactory (~> 3.0)
7275
aws-sdk-s3 (~> 1.0)
7376
babosa (>= 1.0.3, < 2.0.0)
7477
bundler (>= 1.12.0, < 3.0.0)
75-
colored
78+
colored (~> 1.2)
7679
commander (~> 4.6)
7780
dotenv (>= 2.1.1, < 3.0.0)
7881
emoji_regex (>= 0.1, < 4.0)
@@ -93,10 +96,10 @@ GEM
9396
mini_magick (>= 4.9.4, < 5.0.0)
9497
multipart-post (>= 2.0.0, < 3.0.0)
9598
naturally (~> 2.2)
96-
optparse (>= 0.1.1)
99+
optparse (>= 0.1.1, < 1.0.0)
97100
plist (>= 3.1.0, < 4.0.0)
98101
rubyzip (>= 2.0.0, < 3.0.0)
99-
security (= 0.1.3)
102+
security (= 0.1.5)
100103
simctl (~> 1.6.3)
101104
terminal-notifier (>= 2.0.0, < 3.0.0)
102105
terminal-table (~> 3)
@@ -105,7 +108,7 @@ GEM
105108
word_wrap (~> 1.0.0)
106109
xcodeproj (>= 1.13.0, < 2.0.0)
107110
xcpretty (~> 0.3.0)
108-
xcpretty-travis-formatter (>= 0.0.3)
111+
xcpretty-travis-formatter (>= 0.0.3, < 2.0.0)
109112
fastlane-plugin-firebase_app_distribution (0.9.0)
110113
google-apis-firebaseappdistribution_v1 (~> 0.3.0)
111114
google-apis-firebaseappdistribution_v1alpha (~> 0.2.0)
@@ -131,12 +134,12 @@ GEM
131134
google-apis-core (>= 0.11.0, < 2.a)
132135
google-apis-storage_v1 (0.31.0)
133136
google-apis-core (>= 0.11.0, < 2.a)
134-
google-cloud-core (1.6.1)
137+
google-cloud-core (1.7.0)
135138
google-cloud-env (>= 1.0, < 3.a)
136139
google-cloud-errors (~> 1.0)
137140
google-cloud-env (1.6.0)
138141
faraday (>= 0.17.3, < 3.0)
139-
google-cloud-errors (1.3.1)
142+
google-cloud-errors (1.4.0)
140143
google-cloud-storage (1.47.0)
141144
addressable (~> 2.8)
142145
digest-crc (~> 0.4)
@@ -156,19 +159,21 @@ GEM
156159
domain_name (~> 0.5)
157160
httpclient (2.8.3)
158161
jmespath (1.6.2)
159-
json (2.7.1)
160-
jwt (2.7.1)
162+
json (2.7.2)
163+
jwt (2.8.1)
164+
base64
161165
mini_magick (4.12.0)
162166
mini_mime (1.1.5)
163167
multi_json (1.15.0)
164168
multipart-post (2.4.0)
165169
nanaimo (0.3.0)
166170
naturally (2.2.1)
171+
nkf (0.2.0)
167172
optparse (0.4.0)
168173
os (1.1.4)
169174
plist (3.7.1)
170-
public_suffix (5.0.4)
171-
rake (13.1.0)
175+
public_suffix (5.0.5)
176+
rake (13.2.0)
172177
representable (3.2.0)
173178
declarative (< 0.1.0)
174179
trailblazer-option (>= 0.1.1, < 0.2.0)
@@ -178,8 +183,8 @@ GEM
178183
rouge (2.0.7)
179184
ruby2_keywords (0.0.5)
180185
rubyzip (2.3.2)
181-
security (0.1.3)
182-
signet (0.18.0)
186+
security (0.1.5)
187+
signet (0.19.0)
183188
addressable (~> 2.8)
184189
faraday (>= 0.17.5, < 3.a)
185190
jwt (>= 1.5, < 3.0)
@@ -214,7 +219,7 @@ PLATFORMS
214219
ruby
215220

216221
DEPENDENCIES
217-
fastlane (~> 2.219.0)
222+
fastlane (~> 2.220.0)
218223
fastlane-plugin-firebase_app_distribution (~> 0.9.0)
219224
fastlane-plugin-update_xcodeproj (~> 1.0.1)
220225

0 commit comments

Comments
 (0)