Skip to content

Commit edc8334

Browse files
authored
Update puppeteer-ruby to version 0.50.1
1 parent 39cf599 commit edc8334

1 file changed

Lines changed: 60 additions & 6 deletions

File tree

Gemfile.lock

Lines changed: 60 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,30 @@ GEM
9797
anyway_config (2.7.2)
9898
ruby-next-core (~> 1.0)
9999
ast (2.4.3)
100+
async (2.36.0)
101+
console (~> 1.29)
102+
fiber-annotation
103+
io-event (~> 1.11)
104+
metrics (~> 0.12)
105+
traces (~> 0.18)
106+
async-http (0.94.2)
107+
async (>= 2.10.2)
108+
async-pool (~> 0.11)
109+
io-endpoint (~> 0.14)
110+
io-stream (~> 0.6)
111+
metrics (~> 0.12)
112+
protocol-http (~> 0.58)
113+
protocol-http1 (~> 0.36)
114+
protocol-http2 (~> 0.22)
115+
protocol-url (~> 0.2)
116+
traces (~> 0.10)
117+
async-pool (0.11.1)
118+
async (>= 2.0)
119+
async-websocket (0.30.0)
120+
async-http (~> 0.76)
121+
protocol-http (~> 0.34)
122+
protocol-rack (~> 0.7)
123+
protocol-websocket (~> 0.17)
100124
axiom-types (0.1.1)
101125
descendants_tracker (~> 0.0.4)
102126
ice_nine (~> 0.11.0)
@@ -134,6 +158,10 @@ GEM
134158
descendants_tracker (~> 0.0.1)
135159
concurrent-ruby (1.3.6)
136160
connection_pool (3.0.2)
161+
console (1.34.2)
162+
fiber-annotation
163+
fiber-local (~> 1.1)
164+
json
137165
crass (1.0.6)
138166
csv (3.3.5)
139167
cuprite (0.17)
@@ -210,6 +238,10 @@ GEM
210238
webrick (~> 1.7)
211239
websocket-driver (~> 0.7)
212240
ffi (1.17.3-x86_64-linux-gnu)
241+
fiber-annotation (0.2.0)
242+
fiber-local (1.1.0)
243+
fiber-storage
244+
fiber-storage (1.0.1)
213245
flay (2.13.3)
214246
erubi (~> 1.10)
215247
path_expander (~> 1.0)
@@ -243,6 +275,9 @@ GEM
243275
activesupport (>= 6.0.0)
244276
railties (>= 6.0.0)
245277
io-console (0.8.2)
278+
io-endpoint (0.17.2)
279+
io-event (1.14.2)
280+
io-stream (0.11.1)
246281
irb (1.16.0)
247282
pp (>= 0.6.0)
248283
rdoc (>= 4.0.0)
@@ -276,9 +311,11 @@ GEM
276311
marcel (1.1.0)
277312
matrix (0.4.2)
278313
maxminddb (0.1.22)
279-
mime-types (3.5.2)
280-
mime-types-data (~> 3.2015)
281-
mime-types-data (3.2024.0903)
314+
metrics (0.15.0)
315+
mime-types (3.7.0)
316+
logger
317+
mime-types-data (~> 3.2025, >= 3.2025.0507)
318+
mime-types-data (3.2026.0127)
282319
mini_magick (5.3.1)
283320
logger
284321
mini_mime (1.1.5)
@@ -361,16 +398,32 @@ GEM
361398
prism (1.9.0)
362399
prometheus-client (4.2.5)
363400
base64
401+
protocol-hpack (1.5.1)
402+
protocol-http (0.58.1)
403+
protocol-http1 (0.37.0)
404+
protocol-http (~> 0.58)
405+
protocol-http2 (0.24.0)
406+
protocol-hpack (~> 1.4)
407+
protocol-http (~> 0.47)
408+
protocol-rack (0.21.0)
409+
io-stream (>= 0.10)
410+
protocol-http (~> 0.58)
411+
rack (>= 1.0)
412+
protocol-url (0.4.0)
413+
protocol-websocket (0.20.2)
414+
protocol-http (~> 0.2)
364415
psych (5.3.1)
365416
date
366417
stringio
367418
public_suffix (6.0.2)
368419
puma (7.2.0)
369420
nio4r (~> 2.0)
370-
puppeteer-ruby (0.45.6)
371-
concurrent-ruby (>= 1.1, < 1.4)
421+
puppeteer-ruby (0.50.1)
422+
async (>= 2.35.1, < 3.0)
423+
async-http (>= 0.60, < 1.0)
424+
async-websocket (>= 0.27, < 1.0)
425+
base64
372426
mime-types (>= 3.0)
373-
websocket-driver (>= 0.6.0)
374427
racc (1.8.1)
375428
rack (3.2.4)
376429
rack-cache (1.17.0)
@@ -563,6 +616,7 @@ GEM
563616
thruster (0.1.17-x86_64-linux)
564617
tilt (2.7.0)
565618
timeout (0.6.0)
619+
traces (0.18.2)
566620
tsort (0.2.0)
567621
tty-which (0.5.0)
568622
turbo-rails (2.0.21)

0 commit comments

Comments
 (0)