Skip to content

Commit 87f43e3

Browse files
committed
chore(deps): update dependency fastlane to "~> 2.238.0"
1 parent eed73f3 commit 87f43e3

2 files changed

Lines changed: 59 additions & 46 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source "https://gem.coop"
22

3-
gem "fastlane", "~> 2.237.0"
3+
gem "fastlane", "~> 2.238.0"
44

55
# Ruby 3.4+ compatibility
66
gem "abbrev", "~> 0.1"

Gemfile.lock

Lines changed: 58 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,20 @@ GEM
88
artifactory (3.0.17)
99
atomos (0.1.3)
1010
aws-eventstream (1.4.0)
11-
aws-partitions (1.1265.0)
12-
aws-sdk-core (3.252.0)
11+
aws-partitions (1.1281.0)
12+
aws-sdk-core (3.254.1)
1313
aws-eventstream (~> 1, >= 1.3.0)
1414
aws-partitions (~> 1, >= 1.992.0)
1515
aws-sigv4 (~> 1.9)
1616
base64
1717
bigdecimal
1818
jmespath (~> 1, >= 1.6.1)
1919
logger
20-
aws-sdk-kms (1.129.0)
21-
aws-sdk-core (~> 3, >= 3.248.0)
20+
aws-sdk-kms (1.130.0)
21+
aws-sdk-core (~> 3, >= 3.254.0)
2222
aws-sigv4 (~> 1.5)
23-
aws-sdk-s3 (1.226.0)
24-
aws-sdk-core (~> 3, >= 3.248.0)
23+
aws-sdk-s3 (1.229.0)
24+
aws-sdk-core (~> 3, >= 3.254.1)
2525
aws-sdk-kms (~> 1)
2626
aws-sigv4 (~> 1.5)
2727
aws-sigv4 (1.12.1)
@@ -35,44 +35,31 @@ GEM
3535
colored2 (3.1.2)
3636
commander (4.6.0)
3737
highline (~> 2.0.0)
38-
csv (3.3.5)
38+
csv (3.3.6)
3939
declarative (0.0.20)
4040
digest-crc (0.7.0)
4141
rake (>= 12.0.0, < 14.0.0)
4242
domain_name (0.6.20240107)
4343
dotenv (2.8.1)
4444
emoji_regex (3.2.3)
45+
erb (6.0.7)
4546
excon (0.112.0)
46-
faraday (1.10.6)
47-
faraday-em_http (~> 1.0)
48-
faraday-em_synchrony (~> 1.0)
49-
faraday-excon (~> 1.1)
50-
faraday-httpclient (~> 1.0)
51-
faraday-multipart (~> 1.0)
52-
faraday-net_http (~> 1.0)
53-
faraday-net_http_persistent (~> 1.0)
54-
faraday-patron (~> 1.0)
55-
faraday-rack (~> 1.0)
56-
faraday-retry (~> 1.0)
57-
ruby2_keywords (>= 0.0.4)
47+
faraday (2.14.3)
48+
faraday-net_http (>= 2.0, < 3.5)
49+
json
50+
logger
5851
faraday-cookie_jar (0.0.8)
5952
faraday (>= 0.8.0)
6053
http-cookie (>= 1.0.0)
61-
faraday-em_http (1.0.0)
62-
faraday-em_synchrony (1.0.1)
63-
faraday-excon (1.1.0)
64-
faraday-httpclient (1.0.1)
54+
faraday-follow_redirects (0.5.0)
55+
faraday (>= 1, < 3)
6556
faraday-multipart (1.2.0)
6657
multipart-post (~> 2.0)
67-
faraday-net_http (1.0.2)
68-
faraday-net_http_persistent (1.2.0)
69-
faraday-patron (1.0.0)
70-
faraday-rack (1.0.0)
71-
faraday-retry (1.0.4)
72-
faraday_middleware (1.2.1)
73-
faraday (~> 1.0)
58+
faraday-net_http (2.1.0)
59+
faraday-retry (2.4.0)
60+
faraday (~> 2.0)
7461
fastimage (2.4.1)
75-
fastlane (2.237.0)
62+
fastlane (2.238.0)
7663
CFPropertyList (>= 2.3, < 5.0.0)
7764
abbrev (~> 0.1)
7865
addressable (>= 2.9.0, < 3.0.0)
@@ -88,9 +75,11 @@ GEM
8875
dotenv (>= 2.1.1, < 3.0.0)
8976
emoji_regex (>= 0.1, < 4.0)
9077
excon (>= 0.71.0, < 2.0.0)
91-
faraday (~> 1.0)
92-
faraday-cookie_jar (~> 0.0.6)
93-
faraday_middleware (~> 1.0)
78+
faraday (~> 2.7)
79+
faraday-cookie_jar (~> 0.0.8)
80+
faraday-follow_redirects (~> 0.3)
81+
faraday-multipart (~> 1.0)
82+
faraday-retry (~> 2.0)
9483
fastimage (>= 2.1.0, < 3.0.0)
9584
fastlane-sirp (>= 1.1.0)
9685
gh_inspector (>= 1.1.2, < 2.0.0)
@@ -100,6 +89,7 @@ GEM
10089
google-cloud-storage (~> 1.31)
10190
highline (~> 2.0)
10291
http-cookie (~> 1.0.5)
92+
irb (>= 1.8)
10393
json (< 3.0.0)
10494
jwt (>= 2.10.3, < 4)
10595
logger (>= 1.6, < 2.0)
@@ -116,7 +106,7 @@ GEM
116106
security (= 0.1.5)
117107
simctl (~> 1.6.3)
118108
terminal-notifier (>= 2.0.0, < 3.0.0)
119-
terminal-table (~> 3)
109+
terminal-table (~> 4)
120110
tty-screen (>= 0.6.3, < 1.0.0)
121111
tty-spinner (>= 0.8.0, < 1.0.0)
122112
word_wrap (~> 1.0.0)
@@ -125,7 +115,7 @@ GEM
125115
xcpretty-travis-formatter (>= 0.0.3, < 2.0.0)
126116
fastlane-sirp (1.1.0)
127117
gh_inspector (1.1.3)
128-
google-apis-androidpublisher_v3 (0.104.0)
118+
google-apis-androidpublisher_v3 (0.106.0)
129119
google-apis-core (>= 0.15.0, < 2.a)
130120
google-apis-core (0.18.0)
131121
addressable (~> 2.5, >= 2.5.1)
@@ -139,15 +129,15 @@ GEM
139129
google-apis-core (>= 0.15.0, < 2.a)
140130
google-apis-playcustomapp_v1 (0.18.0)
141131
google-apis-core (>= 0.15.0, < 2.a)
142-
google-apis-storage_v1 (0.64.0)
132+
google-apis-storage_v1 (0.65.0)
143133
google-apis-core (>= 0.15.0, < 2.a)
144134
google-cloud-core (1.9.0)
145135
google-cloud-env (>= 1.0, < 3.a)
146136
google-cloud-errors (~> 1.0)
147137
google-cloud-env (2.2.2)
148138
base64 (~> 0.2)
149139
faraday (>= 1.0, < 3.a)
150-
google-cloud-errors (1.6.0)
140+
google-cloud-errors (1.7.0)
151141
google-cloud-storage (1.62.0)
152142
addressable (~> 2.8)
153143
digest-crc (~> 0.4)
@@ -158,7 +148,7 @@ GEM
158148
googleauth (~> 1.9)
159149
mini_mime (~> 1.0)
160150
google-logging-utils (0.2.0)
161-
googleauth (1.17.1)
151+
googleauth (1.17.3)
162152
faraday (>= 1.0, < 3.a)
163153
google-cloud-env (~> 2.2)
164154
google-logging-utils (~> 0.1)
@@ -171,8 +161,14 @@ GEM
171161
domain_name (~> 0.5)
172162
httpclient (2.9.0)
173163
mutex_m
164+
io-console (0.9.2)
165+
irb (1.18.0)
166+
pp (>= 0.6.0)
167+
prism (>= 1.3.0)
168+
rdoc (>= 4.0.0)
169+
reline (>= 0.4.2)
174170
jmespath (1.6.2)
175-
json (2.20.0)
171+
json (2.21.2)
176172
jwt (2.10.3)
177173
base64
178174
logger (1.7.0)
@@ -189,17 +185,31 @@ GEM
189185
os (1.1.4)
190186
ostruct (0.6.3)
191187
plist (3.7.2)
188+
pp (0.6.4)
189+
prettyprint
190+
prettyprint (0.2.0)
191+
prism (1.9.0)
192192
pstore (0.2.1)
193193
public_suffix (6.0.2)
194194
rake (13.4.2)
195+
rbs (4.1.3)
196+
logger
197+
prism (>= 1.6.0)
198+
tsort
199+
rdoc (8.0.0)
200+
erb
201+
prism (>= 1.6.0)
202+
rbs (>= 4.0.0)
203+
tsort
204+
reline (0.7.0)
205+
io-console (~> 0.5)
195206
representable (3.2.0)
196207
declarative (< 0.1.0)
197208
trailblazer-option (>= 0.1.1, < 0.2.0)
198209
uber (< 0.2.0)
199210
retriable (3.8.0)
200211
rexml (3.4.4)
201212
rouge (3.28.0)
202-
ruby2_keywords (0.0.5)
203213
rubyzip (2.4.1)
204214
security (0.1.5)
205215
signet (0.22.0)
@@ -210,22 +220,25 @@ GEM
210220
CFPropertyList
211221
naturally
212222
terminal-notifier (2.0.0)
213-
terminal-table (3.0.2)
214-
unicode-display_width (>= 1.1.1, < 3)
223+
terminal-table (4.0.0)
224+
unicode-display_width (>= 1.1.1, < 4)
215225
trailblazer-option (0.1.2)
226+
tsort (0.2.0)
216227
tty-cursor (0.7.1)
217228
tty-screen (0.8.2)
218229
tty-spinner (0.9.3)
219230
tty-cursor (~> 0.7)
220231
uber (0.1.0)
221232
unicode-display_width (2.6.0)
222233
word_wrap (1.0.0)
223-
xcodeproj (1.27.0)
234+
xcodeproj (1.28.1)
224235
CFPropertyList (>= 2.3.3, < 4.0)
225236
atomos (~> 0.1.3)
237+
base64
226238
claide (>= 1.0.2, < 2.0)
227239
colored2 (~> 3.1)
228240
nanaimo (~> 0.4.0)
241+
nkf
229242
rexml (>= 3.3.6, < 4.0)
230243
xcpretty (0.4.1)
231244
rouge (~> 3.28.0)
@@ -238,7 +251,7 @@ PLATFORMS
238251

239252
DEPENDENCIES
240253
abbrev (~> 0.1)
241-
fastlane (~> 2.237.0)
254+
fastlane (~> 2.238.0)
242255
openssl (~> 4.0.0)
243256
ostruct (~> 0.6)
244257

0 commit comments

Comments
 (0)