Skip to content

Commit 1cb7e51

Browse files
authored
Merge of #1046
2 parents 93c2328 + 2bce207 commit 1cb7e51

File tree

1 file changed

+60
-10
lines changed

1 file changed

+60
-10
lines changed

Gemfile.lock

Lines changed: 60 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,38 @@ GEM
3434
specs:
3535
addressable (2.8.8)
3636
public_suffix (>= 2.0.2, < 8.0)
37+
async (2.36.0)
38+
console (~> 1.29)
39+
fiber-annotation
40+
io-event (~> 1.11)
41+
metrics (~> 0.12)
42+
traces (~> 0.18)
43+
async-http (0.94.2)
44+
async (>= 2.10.2)
45+
async-pool (~> 0.11)
46+
io-endpoint (~> 0.14)
47+
io-stream (~> 0.6)
48+
metrics (~> 0.12)
49+
protocol-http (~> 0.58)
50+
protocol-http1 (~> 0.36)
51+
protocol-http2 (~> 0.22)
52+
protocol-url (~> 0.2)
53+
traces (~> 0.10)
54+
async-pool (0.11.1)
55+
async (>= 2.0)
56+
async-websocket (0.30.0)
57+
async-http (~> 0.76)
58+
protocol-http (~> 0.34)
59+
protocol-rack (~> 0.7)
60+
protocol-websocket (~> 0.17)
3761
base64 (0.3.0)
3862
bigdecimal (4.0.1)
3963
brotli (0.7.0)
4064
concurrent-ruby (1.3.6)
65+
console (1.34.2)
66+
fiber-annotation
67+
fiber-local (~> 1.1)
68+
json
4169
crass (1.0.6)
4270
dry-configurable (1.3.0)
4371
dry-core (~> 1.1)
@@ -85,10 +113,18 @@ GEM
85113
zlib (~> 3.0)
86114
faraday-net_http (3.4.2)
87115
net-http (~> 0.5)
116+
fiber-annotation (0.2.0)
117+
fiber-local (1.1.0)
118+
fiber-storage
119+
fiber-storage (1.0.1)
120+
io-endpoint (0.17.0)
121+
io-event (1.14.2)
122+
io-stream (0.11.1)
88123
json (2.18.0)
89-
kramdown (2.5.1)
90-
rexml (>= 3.3.9)
124+
kramdown (2.5.2)
125+
rexml (>= 3.4.4)
91126
logger (1.7.0)
127+
metrics (0.15.0)
92128
mime-types (3.7.0)
93129
logger
94130
mime-types-data (~> 3.2025, >= 3.2025.0507)
@@ -100,14 +136,31 @@ GEM
100136
nokogiri (1.19.0-x86_64-linux-gnu)
101137
racc (~> 1.4)
102138
parallel (1.27.0)
139+
protocol-hpack (1.5.1)
140+
protocol-http (0.58.1)
141+
protocol-http1 (0.37.0)
142+
protocol-http (~> 0.58)
143+
protocol-http2 (0.24.0)
144+
protocol-hpack (~> 1.4)
145+
protocol-http (~> 0.47)
146+
protocol-rack (0.21.0)
147+
io-stream (>= 0.10)
148+
protocol-http (~> 0.58)
149+
rack (>= 1.0)
150+
protocol-url (0.4.0)
151+
protocol-websocket (0.20.2)
152+
protocol-http (~> 0.2)
103153
public_suffix (7.0.2)
104-
puppeteer-ruby (0.45.6)
105-
concurrent-ruby (>= 1.1, < 1.4)
154+
puppeteer-ruby (0.50.0)
155+
async (>= 2.35.1, < 3.0)
156+
async-http (>= 0.60, < 1.0)
157+
async-websocket (>= 0.27, < 1.0)
158+
base64
106159
mime-types (>= 3.0)
107-
websocket-driver (>= 0.6.0)
108160
racc (1.8.1)
161+
rack (3.2.4)
109162
regexp_parser (2.11.3)
110-
reverse_markdown (3.0.1)
163+
reverse_markdown (3.0.2)
111164
nokogiri
112165
rexml (3.4.4)
113166
rss (0.3.2)
@@ -116,13 +169,10 @@ GEM
116169
crass (~> 1.0.2)
117170
nokogiri (>= 1.16.8)
118171
thor (1.5.0)
172+
traces (0.18.2)
119173
tzinfo (2.0.6)
120174
concurrent-ruby (~> 1.0)
121175
uri (1.1.1)
122-
websocket-driver (0.8.0)
123-
base64
124-
websocket-extensions (>= 0.1.0)
125-
websocket-extensions (0.1.5)
126176
zeitwerk (2.7.4)
127177
zlib (3.2.2)
128178

0 commit comments

Comments
 (0)