Skip to content
This repository was archived by the owner on Apr 3, 2025. It is now read-only.

Commit b47ef16

Browse files
committed
chore(fastlane): update gems
[skip ci]
1 parent 71f597b commit b47ef16

File tree

3 files changed

+53
-53
lines changed

3 files changed

+53
-53
lines changed

android/Gemfile.lock

+17-17
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,20 @@ GEM
88
artifactory (3.0.15)
99
atomos (0.1.3)
1010
aws-eventstream (1.2.0)
11-
aws-partitions (1.634.0)
12-
aws-sdk-core (3.152.0)
11+
aws-partitions (1.649.0)
12+
aws-sdk-core (3.164.0)
1313
aws-eventstream (~> 1, >= 1.0.2)
1414
aws-partitions (~> 1, >= 1.525.0)
1515
aws-sigv4 (~> 1.1)
1616
jmespath (~> 1, >= 1.6.1)
1717
aws-sdk-kms (1.58.0)
1818
aws-sdk-core (~> 3, >= 3.127.0)
1919
aws-sigv4 (~> 1.1)
20-
aws-sdk-s3 (1.114.0)
20+
aws-sdk-s3 (1.116.0)
2121
aws-sdk-core (~> 3, >= 3.127.0)
2222
aws-sdk-kms (~> 1)
2323
aws-sigv4 (~> 1.4)
24-
aws-sigv4 (1.5.1)
24+
aws-sigv4 (1.5.2)
2525
aws-eventstream (~> 1, >= 1.0.2)
2626
babosa (1.0.4)
2727
claide (1.1.0)
@@ -36,7 +36,7 @@ GEM
3636
unf (>= 0.0.5, < 1.0.0)
3737
dotenv (2.8.1)
3838
emoji_regex (3.2.3)
39-
excon (0.92.5)
39+
excon (0.93.1)
4040
faraday (1.10.2)
4141
faraday-em_http (~> 1.0)
4242
faraday-em_synchrony (~> 1.0)
@@ -106,9 +106,9 @@ GEM
106106
xcpretty (~> 0.3.0)
107107
xcpretty-travis-formatter (>= 0.0.3)
108108
gh_inspector (1.1.3)
109-
google-apis-androidpublisher_v3 (0.27.0)
110-
google-apis-core (>= 0.7.2, < 2.a)
111-
google-apis-core (0.9.0)
109+
google-apis-androidpublisher_v3 (0.29.0)
110+
google-apis-core (>= 0.9.0, < 2.a)
111+
google-apis-core (0.9.1)
112112
addressable (~> 2.5, >= 2.5.1)
113113
googleauth (>= 0.16.2, < 2.a)
114114
httpclient (>= 2.8.1, < 3.a)
@@ -117,27 +117,27 @@ GEM
117117
retriable (>= 2.0, < 4.a)
118118
rexml
119119
webrick
120-
google-apis-iamcredentials_v1 (0.14.0)
121-
google-apis-core (>= 0.7.2, < 2.a)
122-
google-apis-playcustomapp_v1 (0.10.0)
123-
google-apis-core (>= 0.7, < 2.a)
124-
google-apis-storage_v1 (0.17.0)
125-
google-apis-core (>= 0.7, < 2.a)
120+
google-apis-iamcredentials_v1 (0.15.0)
121+
google-apis-core (>= 0.9.0, < 2.a)
122+
google-apis-playcustomapp_v1 (0.12.0)
123+
google-apis-core (>= 0.9.1, < 2.a)
124+
google-apis-storage_v1 (0.19.0)
125+
google-apis-core (>= 0.9.0, < 2.a)
126126
google-cloud-core (1.6.0)
127127
google-cloud-env (~> 1.0)
128128
google-cloud-errors (~> 1.0)
129129
google-cloud-env (1.6.0)
130130
faraday (>= 0.17.3, < 3.0)
131131
google-cloud-errors (1.3.0)
132-
google-cloud-storage (1.42.0)
132+
google-cloud-storage (1.43.0)
133133
addressable (~> 2.8)
134134
digest-crc (~> 0.4)
135135
google-apis-iamcredentials_v1 (~> 0.1)
136-
google-apis-storage_v1 (~> 0.17.0)
136+
google-apis-storage_v1 (~> 0.19.0)
137137
google-cloud-core (~> 1.6)
138138
googleauth (>= 0.16.2, < 2.a)
139139
mini_mime (~> 1.0)
140-
googleauth (1.2.0)
140+
googleauth (1.3.0)
141141
faraday (>= 0.17.3, < 3.a)
142142
jwt (>= 1.4, < 3.0)
143143
memoist (~> 0.16)

ios/Gemfile.lock

+18-18
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,20 @@ GEM
1717
artifactory (3.0.15)
1818
atomos (0.1.3)
1919
aws-eventstream (1.2.0)
20-
aws-partitions (1.634.0)
21-
aws-sdk-core (3.152.0)
20+
aws-partitions (1.649.0)
21+
aws-sdk-core (3.164.0)
2222
aws-eventstream (~> 1, >= 1.0.2)
2323
aws-partitions (~> 1, >= 1.525.0)
2424
aws-sigv4 (~> 1.1)
2525
jmespath (~> 1, >= 1.6.1)
2626
aws-sdk-kms (1.58.0)
2727
aws-sdk-core (~> 3, >= 3.127.0)
2828
aws-sigv4 (~> 1.1)
29-
aws-sdk-s3 (1.114.0)
29+
aws-sdk-s3 (1.116.0)
3030
aws-sdk-core (~> 3, >= 3.127.0)
3131
aws-sdk-kms (~> 1)
3232
aws-sigv4 (~> 1.4)
33-
aws-sigv4 (1.5.1)
33+
aws-sigv4 (1.5.2)
3434
aws-eventstream (~> 1, >= 1.0.2)
3535
babosa (1.0.4)
3636
claide (1.1.0)
@@ -86,7 +86,7 @@ GEM
8686
escape (0.0.4)
8787
ethon (0.15.0)
8888
ffi (>= 1.15.0)
89-
excon (0.92.5)
89+
excon (0.93.1)
9090
faraday (1.10.2)
9191
faraday-em_http (~> 1.0)
9292
faraday-em_synchrony (~> 1.0)
@@ -159,9 +159,9 @@ GEM
159159
fourflusher (2.3.1)
160160
fuzzy_match (2.0.4)
161161
gh_inspector (1.1.3)
162-
google-apis-androidpublisher_v3 (0.27.0)
163-
google-apis-core (>= 0.7.2, < 2.a)
164-
google-apis-core (0.9.0)
162+
google-apis-androidpublisher_v3 (0.29.0)
163+
google-apis-core (>= 0.9.0, < 2.a)
164+
google-apis-core (0.9.1)
165165
addressable (~> 2.5, >= 2.5.1)
166166
googleauth (>= 0.16.2, < 2.a)
167167
httpclient (>= 2.8.1, < 3.a)
@@ -170,27 +170,27 @@ GEM
170170
retriable (>= 2.0, < 4.a)
171171
rexml
172172
webrick
173-
google-apis-iamcredentials_v1 (0.14.0)
174-
google-apis-core (>= 0.7.2, < 2.a)
175-
google-apis-playcustomapp_v1 (0.10.0)
176-
google-apis-core (>= 0.7, < 2.a)
177-
google-apis-storage_v1 (0.17.0)
178-
google-apis-core (>= 0.7, < 2.a)
173+
google-apis-iamcredentials_v1 (0.15.0)
174+
google-apis-core (>= 0.9.0, < 2.a)
175+
google-apis-playcustomapp_v1 (0.12.0)
176+
google-apis-core (>= 0.9.1, < 2.a)
177+
google-apis-storage_v1 (0.19.0)
178+
google-apis-core (>= 0.9.0, < 2.a)
179179
google-cloud-core (1.6.0)
180180
google-cloud-env (~> 1.0)
181181
google-cloud-errors (~> 1.0)
182182
google-cloud-env (1.6.0)
183183
faraday (>= 0.17.3, < 3.0)
184184
google-cloud-errors (1.3.0)
185-
google-cloud-storage (1.42.0)
185+
google-cloud-storage (1.43.0)
186186
addressable (~> 2.8)
187187
digest-crc (~> 0.4)
188188
google-apis-iamcredentials_v1 (~> 0.1)
189-
google-apis-storage_v1 (~> 0.17.0)
189+
google-apis-storage_v1 (~> 0.19.0)
190190
google-cloud-core (~> 1.6)
191191
googleauth (>= 0.16.2, < 2.a)
192192
mini_mime (~> 1.0)
193-
googleauth (1.2.0)
193+
googleauth (1.3.0)
194194
faraday (>= 0.17.3, < 3.a)
195195
jwt (>= 1.4, < 3.0)
196196
memoist (~> 0.16)
@@ -271,7 +271,7 @@ GEM
271271
rouge (~> 2.0.7)
272272
xcpretty-travis-formatter (1.0.1)
273273
xcpretty (~> 0.2, >= 0.0.7)
274-
zeitwerk (2.6.0)
274+
zeitwerk (2.6.1)
275275

276276
PLATFORMS
277277
ruby

macos/Gemfile.lock

+18-18
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,20 @@ GEM
1717
artifactory (3.0.15)
1818
atomos (0.1.3)
1919
aws-eventstream (1.2.0)
20-
aws-partitions (1.634.0)
21-
aws-sdk-core (3.152.0)
20+
aws-partitions (1.649.0)
21+
aws-sdk-core (3.164.0)
2222
aws-eventstream (~> 1, >= 1.0.2)
2323
aws-partitions (~> 1, >= 1.525.0)
2424
aws-sigv4 (~> 1.1)
2525
jmespath (~> 1, >= 1.6.1)
2626
aws-sdk-kms (1.58.0)
2727
aws-sdk-core (~> 3, >= 3.127.0)
2828
aws-sigv4 (~> 1.1)
29-
aws-sdk-s3 (1.114.0)
29+
aws-sdk-s3 (1.116.0)
3030
aws-sdk-core (~> 3, >= 3.127.0)
3131
aws-sdk-kms (~> 1)
3232
aws-sigv4 (~> 1.4)
33-
aws-sigv4 (1.5.1)
33+
aws-sigv4 (1.5.2)
3434
aws-eventstream (~> 1, >= 1.0.2)
3535
babosa (1.0.4)
3636
claide (1.1.0)
@@ -86,7 +86,7 @@ GEM
8686
escape (0.0.4)
8787
ethon (0.15.0)
8888
ffi (>= 1.15.0)
89-
excon (0.92.5)
89+
excon (0.93.1)
9090
faraday (1.10.2)
9191
faraday-em_http (~> 1.0)
9292
faraday-em_synchrony (~> 1.0)
@@ -159,9 +159,9 @@ GEM
159159
fourflusher (2.3.1)
160160
fuzzy_match (2.0.4)
161161
gh_inspector (1.1.3)
162-
google-apis-androidpublisher_v3 (0.27.0)
163-
google-apis-core (>= 0.7.2, < 2.a)
164-
google-apis-core (0.9.0)
162+
google-apis-androidpublisher_v3 (0.29.0)
163+
google-apis-core (>= 0.9.0, < 2.a)
164+
google-apis-core (0.9.1)
165165
addressable (~> 2.5, >= 2.5.1)
166166
googleauth (>= 0.16.2, < 2.a)
167167
httpclient (>= 2.8.1, < 3.a)
@@ -170,27 +170,27 @@ GEM
170170
retriable (>= 2.0, < 4.a)
171171
rexml
172172
webrick
173-
google-apis-iamcredentials_v1 (0.14.0)
174-
google-apis-core (>= 0.7.2, < 2.a)
175-
google-apis-playcustomapp_v1 (0.10.0)
176-
google-apis-core (>= 0.7, < 2.a)
177-
google-apis-storage_v1 (0.17.0)
178-
google-apis-core (>= 0.7, < 2.a)
173+
google-apis-iamcredentials_v1 (0.15.0)
174+
google-apis-core (>= 0.9.0, < 2.a)
175+
google-apis-playcustomapp_v1 (0.12.0)
176+
google-apis-core (>= 0.9.1, < 2.a)
177+
google-apis-storage_v1 (0.19.0)
178+
google-apis-core (>= 0.9.0, < 2.a)
179179
google-cloud-core (1.6.0)
180180
google-cloud-env (~> 1.0)
181181
google-cloud-errors (~> 1.0)
182182
google-cloud-env (1.6.0)
183183
faraday (>= 0.17.3, < 3.0)
184184
google-cloud-errors (1.3.0)
185-
google-cloud-storage (1.42.0)
185+
google-cloud-storage (1.43.0)
186186
addressable (~> 2.8)
187187
digest-crc (~> 0.4)
188188
google-apis-iamcredentials_v1 (~> 0.1)
189-
google-apis-storage_v1 (~> 0.17.0)
189+
google-apis-storage_v1 (~> 0.19.0)
190190
google-cloud-core (~> 1.6)
191191
googleauth (>= 0.16.2, < 2.a)
192192
mini_mime (~> 1.0)
193-
googleauth (1.2.0)
193+
googleauth (1.3.0)
194194
faraday (>= 0.17.3, < 3.a)
195195
jwt (>= 1.4, < 3.0)
196196
memoist (~> 0.16)
@@ -271,7 +271,7 @@ GEM
271271
rouge (~> 2.0.7)
272272
xcpretty-travis-formatter (1.0.1)
273273
xcpretty (~> 0.2, >= 0.0.7)
274-
zeitwerk (2.6.0)
274+
zeitwerk (2.6.1)
275275

276276
PLATFORMS
277277
ruby

0 commit comments

Comments
 (0)