Skip to content

Commit 729fe64

Browse files
authored
Update puppeteer-ruby to version 0.50.1
1 parent 5e34662 commit 729fe64

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.3)
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.14.2)
214246
erubi (~> 1.10)
215247
path_expander (~> 2.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.17.0)
247282
pp (>= 0.6.0)
248283
prism (>= 1.3.0)
@@ -277,9 +312,11 @@ GEM
277312
marcel (1.1.0)
278313
matrix (0.4.2)
279314
maxminddb (0.1.22)
280-
mime-types (3.5.2)
281-
mime-types-data (~> 3.2015)
282-
mime-types-data (3.2024.0903)
315+
metrics (0.15.0)
316+
mime-types (3.7.0)
317+
logger
318+
mime-types-data (~> 3.2025, >= 3.2025.0507)
319+
mime-types-data (3.2026.0203)
283320
mini_magick (5.3.1)
284321
logger
285322
mini_mime (1.1.5)
@@ -362,16 +399,32 @@ GEM
362399
prism (1.9.0)
363400
prometheus-client (4.2.5)
364401
base64
402+
protocol-hpack (1.5.1)
403+
protocol-http (0.59.0)
404+
protocol-http1 (0.37.0)
405+
protocol-http (~> 0.58)
406+
protocol-http2 (0.24.0)
407+
protocol-hpack (~> 1.4)
408+
protocol-http (~> 0.47)
409+
protocol-rack (0.21.1)
410+
io-stream (>= 0.10)
411+
protocol-http (~> 0.58)
412+
rack (>= 1.0)
413+
protocol-url (0.4.0)
414+
protocol-websocket (0.20.2)
415+
protocol-http (~> 0.2)
365416
psych (5.3.1)
366417
date
367418
stringio
368419
public_suffix (7.0.2)
369420
puma (7.2.0)
370421
nio4r (~> 2.0)
371-
puppeteer-ruby (0.45.6)
372-
concurrent-ruby (>= 1.1, < 1.4)
422+
puppeteer-ruby (0.50.1)
423+
async (>= 2.35.1, < 3.0)
424+
async-http (>= 0.60, < 1.0)
425+
async-websocket (>= 0.27, < 1.0)
426+
base64
373427
mime-types (>= 3.0)
374-
websocket-driver (>= 0.6.0)
375428
racc (1.8.1)
376429
rack (3.2.4)
377430
rack-cache (1.17.0)
@@ -566,6 +619,7 @@ GEM
566619
thruster (0.1.18-x86_64-linux)
567620
tilt (2.7.0)
568621
timeout (0.6.0)
622+
traces (0.18.2)
569623
tsort (0.2.0)
570624
tty-which (0.5.0)
571625
turbo-rails (2.0.23)

0 commit comments

Comments
 (0)