Skip to content

Commit 48d8ba0

Browse files
authored
Update dependencies and fix warnings (#250)
1 parent 8f90f60 commit 48d8ba0

File tree

4 files changed

+249
-223
lines changed

4 files changed

+249
-223
lines changed

Examples/Example/Gemfile.lock

+124-110
Original file line numberDiff line numberDiff line change
@@ -1,59 +1,70 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
CFPropertyList (3.0.5)
4+
CFPropertyList (3.0.7)
5+
base64
6+
nkf
57
rexml
6-
activesupport (6.1.5)
7-
concurrent-ruby (~> 1.0, >= 1.0.2)
8+
activesupport (7.2.2.1)
9+
base64
10+
benchmark (>= 0.3)
11+
bigdecimal
12+
concurrent-ruby (~> 1.0, >= 1.3.1)
13+
connection_pool (>= 2.2.5)
14+
drb
815
i18n (>= 1.6, < 2)
16+
logger (>= 1.4.2)
917
minitest (>= 5.1)
10-
tzinfo (~> 2.0)
11-
zeitwerk (~> 2.3)
12-
addressable (2.8.0)
13-
public_suffix (>= 2.0.2, < 5.0)
18+
securerandom (>= 0.3)
19+
tzinfo (~> 2.0, >= 2.0.5)
20+
addressable (2.8.7)
21+
public_suffix (>= 2.0.2, < 7.0)
1422
algoliasearch (1.27.5)
1523
httpclient (~> 2.8, >= 2.8.3)
1624
json (>= 1.5.1)
17-
artifactory (3.0.15)
25+
artifactory (3.0.17)
1826
atomos (0.1.3)
19-
aws-eventstream (1.2.0)
20-
aws-partitions (1.573.0)
21-
aws-sdk-core (3.130.0)
22-
aws-eventstream (~> 1, >= 1.0.2)
23-
aws-partitions (~> 1, >= 1.525.0)
24-
aws-sigv4 (~> 1.1)
25-
jmespath (~> 1.0)
26-
aws-sdk-kms (1.55.0)
27-
aws-sdk-core (~> 3, >= 3.127.0)
28-
aws-sigv4 (~> 1.1)
29-
aws-sdk-s3 (1.113.0)
30-
aws-sdk-core (~> 3, >= 3.127.0)
27+
aws-eventstream (1.3.0)
28+
aws-partitions (1.1042.0)
29+
aws-sdk-core (3.216.1)
30+
aws-eventstream (~> 1, >= 1.3.0)
31+
aws-partitions (~> 1, >= 1.992.0)
32+
aws-sigv4 (~> 1.9)
33+
jmespath (~> 1, >= 1.6.1)
34+
aws-sdk-kms (1.97.0)
35+
aws-sdk-core (~> 3, >= 3.216.0)
36+
aws-sigv4 (~> 1.5)
37+
aws-sdk-s3 (1.178.0)
38+
aws-sdk-core (~> 3, >= 3.216.0)
3139
aws-sdk-kms (~> 1)
32-
aws-sigv4 (~> 1.4)
33-
aws-sigv4 (1.4.0)
40+
aws-sigv4 (~> 1.5)
41+
aws-sigv4 (1.11.0)
3442
aws-eventstream (~> 1, >= 1.0.2)
3543
babosa (1.0.4)
44+
base64 (0.2.0)
45+
benchmark (0.4.0)
46+
bigdecimal (3.1.9)
3647
claide (1.1.0)
37-
cocoapods (1.11.3)
48+
cocoapods (1.16.2)
3849
addressable (~> 2.8)
3950
claide (>= 1.0.2, < 2.0)
40-
cocoapods-core (= 1.11.3)
51+
cocoapods-core (= 1.16.2)
4152
cocoapods-deintegrate (>= 1.0.3, < 2.0)
42-
cocoapods-downloader (>= 1.4.0, < 2.0)
53+
cocoapods-downloader (>= 2.1, < 3.0)
4354
cocoapods-plugins (>= 1.0.0, < 2.0)
4455
cocoapods-search (>= 1.0.0, < 2.0)
45-
cocoapods-trunk (>= 1.4.0, < 2.0)
56+
cocoapods-trunk (>= 1.6.0, < 2.0)
4657
cocoapods-try (>= 1.1.0, < 2.0)
4758
colored2 (~> 3.1)
4859
escape (~> 0.0.4)
4960
fourflusher (>= 2.3.0, < 3.0)
5061
gh_inspector (~> 1.0)
5162
molinillo (~> 0.8.0)
5263
nap (~> 1.0)
53-
ruby-macho (>= 1.0, < 3.0)
54-
xcodeproj (>= 1.21.0, < 2.0)
55-
cocoapods-core (1.11.3)
56-
activesupport (>= 5.0, < 7)
64+
ruby-macho (>= 2.3.0, < 3.0)
65+
xcodeproj (>= 1.27.0, < 2.0)
66+
cocoapods-core (1.16.2)
67+
activesupport (>= 5.0, < 8)
5768
addressable (~> 2.8)
5869
algoliasearch (~> 1.0)
5970
concurrent-ruby (~> 1.1)
@@ -63,7 +74,7 @@ GEM
6374
public_suffix (~> 4.0)
6475
typhoeus (~> 1.0)
6576
cocoapods-deintegrate (1.0.5)
66-
cocoapods-downloader (1.6.3)
77+
cocoapods-downloader (2.1)
6778
cocoapods-plugins (1.0.0)
6879
nap
6980
cocoapods-search (1.0.1)
@@ -75,19 +86,20 @@ GEM
7586
colored2 (3.1.2)
7687
commander (4.6.0)
7788
highline (~> 2.0.0)
78-
concurrent-ruby (1.1.10)
89+
concurrent-ruby (1.3.5)
90+
connection_pool (2.5.0)
7991
declarative (0.0.20)
80-
digest-crc (0.6.4)
92+
digest-crc (0.6.5)
8193
rake (>= 12.0.0, < 14.0.0)
82-
domain_name (0.5.20190701)
83-
unf (>= 0.0.5, < 1.0.0)
84-
dotenv (2.7.6)
94+
domain_name (0.6.20240107)
95+
dotenv (2.8.1)
96+
drb (2.2.1)
8597
emoji_regex (3.2.3)
8698
escape (0.0.4)
87-
ethon (0.15.0)
99+
ethon (0.16.0)
88100
ffi (>= 1.15.0)
89-
excon (0.92.2)
90-
faraday (1.10.0)
101+
excon (0.112.0)
102+
faraday (1.10.4)
91103
faraday-em_http (~> 1.0)
92104
faraday-em_synchrony (~> 1.0)
93105
faraday-excon (~> 1.1)
@@ -106,24 +118,24 @@ GEM
106118
faraday-em_synchrony (1.0.0)
107119
faraday-excon (1.1.0)
108120
faraday-httpclient (1.0.1)
109-
faraday-multipart (1.0.3)
110-
multipart-post (>= 1.2, < 3)
111-
faraday-net_http (1.0.1)
121+
faraday-multipart (1.1.0)
122+
multipart-post (~> 2.0)
123+
faraday-net_http (1.0.2)
112124
faraday-net_http_persistent (1.2.0)
113125
faraday-patron (1.0.0)
114126
faraday-rack (1.0.0)
115127
faraday-retry (1.0.3)
116-
faraday_middleware (1.2.0)
128+
faraday_middleware (1.2.1)
117129
faraday (~> 1.0)
118-
fastimage (2.2.6)
119-
fastlane (2.205.1)
130+
fastimage (2.4.0)
131+
fastlane (2.226.0)
120132
CFPropertyList (>= 2.3, < 4.0.0)
121133
addressable (>= 2.8, < 3.0.0)
122134
artifactory (~> 3.0)
123135
aws-sdk-s3 (~> 1.0)
124136
babosa (>= 1.0.3, < 2.0.0)
125137
bundler (>= 1.12.0, < 3.0.0)
126-
colored
138+
colored (~> 1.2)
127139
commander (~> 4.6)
128140
dotenv (>= 2.1.1, < 3.0.0)
129141
emoji_regex (>= 0.1, < 4.0)
@@ -132,146 +144,148 @@ GEM
132144
faraday-cookie_jar (~> 0.0.6)
133145
faraday_middleware (~> 1.0)
134146
fastimage (>= 2.1.0, < 3.0.0)
147+
fastlane-sirp (>= 1.0.0)
135148
gh_inspector (>= 1.1.2, < 2.0.0)
136149
google-apis-androidpublisher_v3 (~> 0.3)
137150
google-apis-playcustomapp_v1 (~> 0.1)
151+
google-cloud-env (>= 1.6.0, < 2.0.0)
138152
google-cloud-storage (~> 1.31)
139153
highline (~> 2.0)
154+
http-cookie (~> 1.0.5)
140155
json (< 3.0.0)
141156
jwt (>= 2.1.0, < 3)
142157
mini_magick (>= 4.9.4, < 5.0.0)
143-
multipart-post (~> 2.0.0)
158+
multipart-post (>= 2.0.0, < 3.0.0)
144159
naturally (~> 2.2)
145-
optparse (~> 0.1.1)
160+
optparse (>= 0.1.1, < 1.0.0)
146161
plist (>= 3.1.0, < 4.0.0)
147162
rubyzip (>= 2.0.0, < 3.0.0)
148-
security (= 0.1.3)
163+
security (= 0.1.5)
149164
simctl (~> 1.6.3)
150165
terminal-notifier (>= 2.0.0, < 3.0.0)
151-
terminal-table (>= 1.4.5, < 2.0.0)
166+
terminal-table (~> 3)
152167
tty-screen (>= 0.6.3, < 1.0.0)
153168
tty-spinner (>= 0.8.0, < 1.0.0)
154169
word_wrap (~> 1.0.0)
155170
xcodeproj (>= 1.13.0, < 2.0.0)
156-
xcpretty (~> 0.3.0)
157-
xcpretty-travis-formatter (>= 0.0.3)
158-
ffi (1.15.5)
171+
xcpretty (~> 0.4.0)
172+
xcpretty-travis-formatter (>= 0.0.3, < 2.0.0)
173+
fastlane-sirp (1.0.0)
174+
sysrandom (~> 1.0)
175+
ffi (1.17.1)
159176
fourflusher (2.3.1)
160177
fuzzy_match (2.0.4)
161178
gh_inspector (1.1.3)
162-
google-apis-androidpublisher_v3 (0.18.0)
163-
google-apis-core (>= 0.4, < 2.a)
164-
google-apis-core (0.4.2)
179+
google-apis-androidpublisher_v3 (0.54.0)
180+
google-apis-core (>= 0.11.0, < 2.a)
181+
google-apis-core (0.11.3)
165182
addressable (~> 2.5, >= 2.5.1)
166183
googleauth (>= 0.16.2, < 2.a)
167184
httpclient (>= 2.8.1, < 3.a)
168185
mini_mime (~> 1.0)
169186
representable (~> 3.0)
170187
retriable (>= 2.0, < 4.a)
171188
rexml
172-
webrick
173-
google-apis-iamcredentials_v1 (0.10.0)
174-
google-apis-core (>= 0.4, < 2.a)
175-
google-apis-playcustomapp_v1 (0.7.0)
176-
google-apis-core (>= 0.4, < 2.a)
177-
google-apis-storage_v1 (0.12.0)
178-
google-apis-core (>= 0.4, < 2.a)
179-
google-cloud-core (1.6.0)
180-
google-cloud-env (~> 1.0)
189+
google-apis-iamcredentials_v1 (0.17.0)
190+
google-apis-core (>= 0.11.0, < 2.a)
191+
google-apis-playcustomapp_v1 (0.13.0)
192+
google-apis-core (>= 0.11.0, < 2.a)
193+
google-apis-storage_v1 (0.31.0)
194+
google-apis-core (>= 0.11.0, < 2.a)
195+
google-cloud-core (1.7.1)
196+
google-cloud-env (>= 1.0, < 3.a)
181197
google-cloud-errors (~> 1.0)
182198
google-cloud-env (1.6.0)
183199
faraday (>= 0.17.3, < 3.0)
184-
google-cloud-errors (1.2.0)
185-
google-cloud-storage (1.36.1)
200+
google-cloud-errors (1.4.0)
201+
google-cloud-storage (1.47.0)
186202
addressable (~> 2.8)
187203
digest-crc (~> 0.4)
188204
google-apis-iamcredentials_v1 (~> 0.1)
189-
google-apis-storage_v1 (~> 0.1)
205+
google-apis-storage_v1 (~> 0.31.0)
190206
google-cloud-core (~> 1.6)
191207
googleauth (>= 0.16.2, < 2.a)
192208
mini_mime (~> 1.0)
193-
googleauth (1.1.2)
209+
googleauth (1.8.1)
194210
faraday (>= 0.17.3, < 3.a)
195211
jwt (>= 1.4, < 3.0)
196-
memoist (~> 0.16)
197212
multi_json (~> 1.11)
198213
os (>= 0.9, < 2.0)
199214
signet (>= 0.16, < 2.a)
200215
highline (2.0.3)
201-
http-cookie (1.0.4)
216+
http-cookie (1.0.8)
202217
domain_name (~> 0.5)
203218
httpclient (2.8.3)
204-
i18n (1.10.0)
219+
i18n (1.14.7)
205220
concurrent-ruby (~> 1.0)
206-
jmespath (1.6.1)
207-
json (2.6.1)
208-
jwt (2.3.0)
209-
memoist (0.16.2)
210-
mini_magick (4.11.0)
211-
mini_mime (1.1.2)
212-
minitest (5.15.0)
221+
jmespath (1.6.2)
222+
json (2.9.1)
223+
jwt (2.10.1)
224+
base64
225+
logger (1.6.5)
226+
mini_magick (4.13.2)
227+
mini_mime (1.1.5)
228+
minitest (5.25.4)
213229
molinillo (0.8.0)
214230
multi_json (1.15.0)
215-
multipart-post (2.0.0)
216-
nanaimo (0.3.0)
231+
multipart-post (2.4.1)
232+
nanaimo (0.4.0)
217233
nap (1.1.0)
218234
naturally (2.2.1)
219235
netrc (0.11.0)
220-
optparse (0.1.1)
236+
nkf (0.2.0)
237+
optparse (0.6.0)
221238
os (1.1.4)
222-
plist (3.6.0)
223-
public_suffix (4.0.6)
224-
rake (13.0.6)
225-
representable (3.1.1)
239+
plist (3.7.2)
240+
public_suffix (4.0.7)
241+
rake (13.2.1)
242+
representable (3.2.0)
226243
declarative (< 0.1.0)
227244
trailblazer-option (>= 0.1.1, < 0.2.0)
228245
uber (< 0.2.0)
229246
retriable (3.1.2)
230-
rexml (3.2.5)
231-
rouge (2.0.7)
247+
rexml (3.4.0)
248+
rouge (3.28.0)
232249
ruby-macho (2.5.1)
233250
ruby2_keywords (0.0.5)
234-
rubyzip (2.3.2)
235-
security (0.1.3)
236-
signet (0.16.1)
251+
rubyzip (2.4.1)
252+
securerandom (0.4.1)
253+
security (0.1.5)
254+
signet (0.19.0)
237255
addressable (~> 2.8)
238-
faraday (>= 0.17.5, < 3.0)
256+
faraday (>= 0.17.5, < 3.a)
239257
jwt (>= 1.5, < 3.0)
240258
multi_json (~> 1.10)
241-
simctl (1.6.8)
259+
simctl (1.6.10)
242260
CFPropertyList
243261
naturally
262+
sysrandom (1.0.5)
244263
terminal-notifier (2.0.0)
245-
terminal-table (1.8.0)
246-
unicode-display_width (~> 1.1, >= 1.1.1)
264+
terminal-table (3.0.2)
265+
unicode-display_width (>= 1.1.1, < 3)
247266
trailblazer-option (0.1.2)
248267
tty-cursor (0.7.1)
249-
tty-screen (0.8.1)
268+
tty-screen (0.8.2)
250269
tty-spinner (0.9.3)
251270
tty-cursor (~> 0.7)
252-
typhoeus (1.4.0)
271+
typhoeus (1.4.1)
253272
ethon (>= 0.9.0)
254-
tzinfo (2.0.4)
273+
tzinfo (2.0.6)
255274
concurrent-ruby (~> 1.0)
256275
uber (0.1.0)
257-
unf (0.1.4)
258-
unf_ext
259-
unf_ext (0.0.8.1)
260-
unicode-display_width (1.8.0)
261-
webrick (1.7.0)
276+
unicode-display_width (2.6.0)
262277
word_wrap (1.0.0)
263-
xcodeproj (1.21.0)
278+
xcodeproj (1.27.0)
264279
CFPropertyList (>= 2.3.3, < 4.0)
265280
atomos (~> 0.1.3)
266281
claide (>= 1.0.2, < 2.0)
267282
colored2 (~> 3.1)
268-
nanaimo (~> 0.3.0)
269-
rexml (~> 3.2.4)
270-
xcpretty (0.3.0)
271-
rouge (~> 2.0.7)
283+
nanaimo (~> 0.4.0)
284+
rexml (>= 3.3.6, < 4.0)
285+
xcpretty (0.4.0)
286+
rouge (~> 3.28.0)
272287
xcpretty-travis-formatter (1.0.1)
273288
xcpretty (~> 0.2, >= 0.0.7)
274-
zeitwerk (2.5.4)
275289

276290
PLATFORMS
277291
ruby
@@ -281,4 +295,4 @@ DEPENDENCIES
281295
fastlane
282296

283297
BUNDLED WITH
284-
2.2.31
298+
2.6.3

0 commit comments

Comments
 (0)