Skip to content

Commit fafa59b

Browse files
committed
Update Fastlane
1 parent 4bdd6a2 commit fafa59b

1 file changed

Lines changed: 66 additions & 61 deletions

File tree

Gemfile.lock

Lines changed: 66 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,37 @@
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
6-
addressable (2.8.6)
7-
public_suffix (>= 2.0.2, < 6.0)
8-
artifactory (3.0.15)
8+
addressable (2.8.7)
9+
public_suffix (>= 2.0.2, < 7.0)
10+
artifactory (3.0.17)
911
ast (2.4.2)
1012
atomos (0.1.3)
1113
aws-eventstream (1.3.0)
12-
aws-partitions (1.877.0)
13-
aws-sdk-core (3.190.1)
14+
aws-partitions (1.968.0)
15+
aws-sdk-core (3.201.5)
1416
aws-eventstream (~> 1, >= 1.3.0)
1517
aws-partitions (~> 1, >= 1.651.0)
16-
aws-sigv4 (~> 1.8)
18+
aws-sigv4 (~> 1.9)
1719
jmespath (~> 1, >= 1.6.1)
18-
aws-sdk-kms (1.75.0)
19-
aws-sdk-core (~> 3, >= 3.188.0)
20-
aws-sigv4 (~> 1.1)
21-
aws-sdk-s3 (1.142.0)
22-
aws-sdk-core (~> 3, >= 3.189.0)
20+
aws-sdk-kms (1.88.0)
21+
aws-sdk-core (~> 3, >= 3.201.0)
22+
aws-sigv4 (~> 1.5)
23+
aws-sdk-s3 (1.159.0)
24+
aws-sdk-core (~> 3, >= 3.201.0)
2325
aws-sdk-kms (~> 1)
24-
aws-sigv4 (~> 1.8)
25-
aws-sigv4 (1.8.0)
26+
aws-sigv4 (~> 1.5)
27+
aws-sigv4 (1.9.1)
2628
aws-eventstream (~> 1, >= 1.0.2)
2729
babosa (1.0.4)
2830
badge (0.13.0)
2931
fastimage (>= 1.6)
3032
fastlane (>= 2.0)
3133
mini_magick (>= 4.9.4, < 5.0.0)
34+
base64 (0.2.0)
3235
claide (1.1.0)
3336
colored (1.2)
3437
colored2 (3.1.2)
@@ -37,10 +40,10 @@ GEM
3740
declarative (0.0.20)
3841
digest-crc (0.6.5)
3942
rake (>= 12.0.0, < 14.0.0)
40-
domain_name (0.6.20231109)
43+
domain_name (0.6.20240107)
4144
dotenv (2.8.1)
4245
emoji_regex (3.2.3)
43-
excon (0.109.0)
46+
excon (0.111.0)
4447
faraday (1.10.3)
4548
faraday-em_http (~> 1.0)
4649
faraday-em_synchrony (~> 1.0)
@@ -62,22 +65,22 @@ GEM
6265
faraday-httpclient (1.0.1)
6366
faraday-multipart (1.0.4)
6467
multipart-post (~> 2)
65-
faraday-net_http (1.0.1)
68+
faraday-net_http (1.0.2)
6669
faraday-net_http_persistent (1.2.0)
6770
faraday-patron (1.0.0)
6871
faraday-rack (1.0.0)
6972
faraday-retry (1.0.3)
7073
faraday_middleware (1.2.0)
7174
faraday (~> 1.0)
72-
fastimage (2.3.0)
73-
fastlane (2.218.0)
75+
fastimage (2.3.1)
76+
fastlane (2.222.0)
7477
CFPropertyList (>= 2.3, < 4.0.0)
7578
addressable (>= 2.8, < 3.0.0)
7679
artifactory (~> 3.0)
7780
aws-sdk-s3 (~> 1.0)
7881
babosa (>= 1.0.3, < 2.0.0)
7982
bundler (>= 1.12.0, < 3.0.0)
80-
colored
83+
colored (~> 1.2)
8184
commander (~> 4.6)
8285
dotenv (>= 2.1.1, < 3.0.0)
8386
emoji_regex (>= 0.1, < 4.0)
@@ -89,6 +92,7 @@ GEM
8992
gh_inspector (>= 1.1.2, < 2.0.0)
9093
google-apis-androidpublisher_v3 (~> 0.3)
9194
google-apis-playcustomapp_v1 (~> 0.1)
95+
google-cloud-env (>= 1.6.0, < 2.0.0)
9296
google-cloud-storage (~> 1.31)
9397
highline (~> 2.0)
9498
http-cookie (~> 1.0.5)
@@ -97,10 +101,10 @@ GEM
97101
mini_magick (>= 4.9.4, < 5.0.0)
98102
multipart-post (>= 2.0.0, < 3.0.0)
99103
naturally (~> 2.2)
100-
optparse (>= 0.1.1)
104+
optparse (>= 0.1.1, < 1.0.0)
101105
plist (>= 3.1.0, < 4.0.0)
102106
rubyzip (>= 2.0.0, < 3.0.0)
103-
security (= 0.1.3)
107+
security (= 0.1.5)
104108
simctl (~> 1.6.3)
105109
terminal-notifier (>= 2.0.0, < 3.0.0)
106110
terminal-table (~> 3)
@@ -109,107 +113,109 @@ GEM
109113
word_wrap (~> 1.0.0)
110114
xcodeproj (>= 1.13.0, < 2.0.0)
111115
xcpretty (~> 0.3.0)
112-
xcpretty-travis-formatter (>= 0.0.3)
116+
xcpretty-travis-formatter (>= 0.0.3, < 2.0.0)
113117
fastlane-plugin-badge (1.5.0)
114118
badge (~> 0.13.0)
115-
fastlane-plugin-xcconfig (2.0.0)
119+
fastlane-plugin-xcconfig (2.1.0)
116120
gh_inspector (1.1.3)
117121
google-apis-androidpublisher_v3 (0.54.0)
118122
google-apis-core (>= 0.11.0, < 2.a)
119-
google-apis-core (0.11.2)
123+
google-apis-core (0.11.3)
120124
addressable (~> 2.5, >= 2.5.1)
121125
googleauth (>= 0.16.2, < 2.a)
122126
httpclient (>= 2.8.1, < 3.a)
123127
mini_mime (~> 1.0)
124128
representable (~> 3.0)
125129
retriable (>= 2.0, < 4.a)
126130
rexml
127-
webrick
128131
google-apis-iamcredentials_v1 (0.17.0)
129132
google-apis-core (>= 0.11.0, < 2.a)
130133
google-apis-playcustomapp_v1 (0.13.0)
131134
google-apis-core (>= 0.11.0, < 2.a)
132-
google-apis-storage_v1 (0.29.0)
135+
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.1)
135138
google-cloud-env (>= 1.0, < 3.a)
136139
google-cloud-errors (~> 1.0)
137-
google-cloud-env (2.1.0)
138-
faraday (>= 1.0, < 3.a)
139-
google-cloud-errors (1.3.1)
140-
google-cloud-storage (1.45.0)
140+
google-cloud-env (1.6.0)
141+
faraday (>= 0.17.3, < 3.0)
142+
google-cloud-errors (1.4.0)
143+
google-cloud-storage (1.47.0)
141144
addressable (~> 2.8)
142145
digest-crc (~> 0.4)
143146
google-apis-iamcredentials_v1 (~> 0.1)
144-
google-apis-storage_v1 (~> 0.29.0)
147+
google-apis-storage_v1 (~> 0.31.0)
145148
google-cloud-core (~> 1.6)
146149
googleauth (>= 0.16.2, < 2.a)
147150
mini_mime (~> 1.0)
148-
googleauth (1.9.1)
149-
faraday (>= 1.0, < 3.a)
150-
google-cloud-env (~> 2.1)
151+
googleauth (1.8.1)
152+
faraday (>= 0.17.3, < 3.a)
151153
jwt (>= 1.4, < 3.0)
152154
multi_json (~> 1.11)
153155
os (>= 0.9, < 2.0)
154156
signet (>= 0.16, < 2.a)
155157
highline (2.0.3)
156-
http-cookie (1.0.5)
158+
http-cookie (1.0.7)
157159
domain_name (~> 0.5)
158160
httpclient (2.8.3)
159161
jmespath (1.6.2)
160-
json (2.7.1)
161-
jwt (2.7.1)
162+
json (2.7.2)
163+
jwt (2.8.2)
164+
base64
162165
language_server-protocol (3.17.0.3)
163-
mini_magick (4.12.0)
166+
mini_magick (4.13.2)
164167
mini_mime (1.1.5)
165168
multi_json (1.15.0)
166-
multipart-post (2.3.0)
169+
multipart-post (2.4.1)
167170
nanaimo (0.3.0)
168171
naturally (2.2.1)
169-
optparse (0.4.0)
172+
nkf (0.2.0)
173+
optparse (0.5.0)
170174
os (1.1.4)
171-
parallel (1.23.0)
172-
parser (3.2.2.4)
175+
parallel (1.26.3)
176+
parser (3.3.4.2)
173177
ast (~> 2.4.1)
174178
racc
175179
plist (3.7.1)
176-
public_suffix (5.0.4)
177-
racc (1.7.3)
180+
public_suffix (6.0.1)
181+
racc (1.8.1)
178182
rainbow (3.1.1)
179-
rake (13.1.0)
180-
regexp_parser (2.8.2)
183+
rake (13.2.1)
184+
regexp_parser (2.9.2)
181185
representable (3.2.0)
182186
declarative (< 0.1.0)
183187
trailblazer-option (>= 0.1.1, < 0.2.0)
184188
uber (< 0.2.0)
185189
retriable (3.1.2)
186-
rexml (3.2.6)
190+
rexml (3.3.6)
191+
strscan
187192
rouge (2.0.7)
188-
rubocop (1.57.2)
193+
rubocop (1.65.1)
189194
json (~> 2.3)
190195
language_server-protocol (>= 3.17.0)
191196
parallel (~> 1.10)
192-
parser (>= 3.2.2.4)
197+
parser (>= 3.3.0.2)
193198
rainbow (>= 2.2.2, < 4.0)
194-
regexp_parser (>= 1.8, < 3.0)
199+
regexp_parser (>= 2.4, < 3.0)
195200
rexml (>= 3.2.5, < 4.0)
196-
rubocop-ast (>= 1.28.1, < 2.0)
201+
rubocop-ast (>= 1.31.1, < 2.0)
197202
ruby-progressbar (~> 1.7)
198203
unicode-display_width (>= 2.4.0, < 3.0)
199-
rubocop-ast (1.30.0)
200-
parser (>= 3.2.1.0)
204+
rubocop-ast (1.32.1)
205+
parser (>= 3.3.1.0)
201206
ruby-progressbar (1.13.0)
202207
ruby2_keywords (0.0.5)
203208
rubyzip (2.3.2)
204-
security (0.1.3)
205-
signet (0.18.0)
209+
security (0.1.5)
210+
signet (0.19.0)
206211
addressable (~> 2.8)
207212
faraday (>= 0.17.5, < 3.a)
208213
jwt (>= 1.5, < 3.0)
209214
multi_json (~> 1.10)
210215
simctl (1.6.10)
211216
CFPropertyList
212217
naturally
218+
strscan (3.1.0)
213219
terminal-notifier (2.0.0)
214220
terminal-table (3.0.2)
215221
unicode-display_width (>= 1.1.1, < 3)
@@ -220,18 +226,17 @@ GEM
220226
tty-cursor (~> 0.7)
221227
uber (0.1.0)
222228
unicode-display_width (2.5.0)
223-
webrick (1.8.1)
224229
word_wrap (1.0.0)
225230
xcode-install (2.8.1)
226231
claide (>= 0.9.1)
227232
fastlane (>= 2.1.0, < 3.0.0)
228-
xcodeproj (1.23.0)
233+
xcodeproj (1.25.0)
229234
CFPropertyList (>= 2.3.3, < 4.0)
230235
atomos (~> 0.1.3)
231236
claide (>= 1.0.2, < 2.0)
232237
colored2 (~> 3.1)
233238
nanaimo (~> 0.3.0)
234-
rexml (~> 3.2.4)
239+
rexml (>= 3.3.2, < 4.0)
235240
xcpretty (0.3.0)
236241
rouge (~> 2.0.7)
237242
xcpretty-travis-formatter (1.0.1)
@@ -252,4 +257,4 @@ DEPENDENCIES
252257
xcode-install
253258

254259
BUNDLED WITH
255-
2.4.6
260+
2.3.7

0 commit comments

Comments
 (0)