Skip to content
This repository was archived by the owner on Mar 24, 2026. It is now read-only.

Commit f3fbbfb

Browse files
committed
[ruby] Update falcon
1 parent e52b3e4 commit f3fbbfb

2 files changed

Lines changed: 47 additions & 49 deletions

File tree

frameworks/Ruby/rack/Gemfile.lock

Lines changed: 20 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,56 +2,56 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
ast (2.4.2)
5-
async (2.35.0)
5+
async (2.36.0)
66
console (~> 1.29)
77
fiber-annotation
88
io-event (~> 1.11)
99
metrics (~> 0.12)
1010
traces (~> 0.18)
11-
async-container (0.27.7)
11+
async-container (0.30.0)
1212
async (~> 2.22)
13-
async-container-supervisor (0.9.2)
13+
async-container-supervisor (0.9.3)
1414
async-service
1515
io-endpoint
1616
memory (~> 0.7)
1717
memory-leak (~> 0.5)
1818
process-metrics
19-
async-http (0.92.1)
19+
async-http (0.94.2)
2020
async (>= 2.10.2)
2121
async-pool (~> 0.11)
2222
io-endpoint (~> 0.14)
2323
io-stream (~> 0.6)
2424
metrics (~> 0.12)
25-
protocol-http (~> 0.49)
26-
protocol-http1 (~> 0.30)
25+
protocol-http (~> 0.58)
26+
protocol-http1 (~> 0.36)
2727
protocol-http2 (~> 0.22)
2828
protocol-url (~> 0.2)
2929
traces (~> 0.10)
3030
async-http-cache (0.4.6)
3131
async-http (~> 0.56)
3232
async-pool (0.11.1)
3333
async (>= 2.0)
34-
async-service (0.16.0)
34+
async-service (0.19.1)
3535
async
36-
async-container (~> 0.16)
36+
async-container (~> 0.29)
3737
string-format (~> 0.2)
3838
bake (0.24.1)
3939
bigdecimal
4040
samovar (~> 2.1)
4141
bigdecimal (4.0.1)
4242
concurrent-ruby (1.3.5)
4343
connection_pool (3.0.2)
44-
console (1.34.2)
44+
console (1.34.3)
4545
fiber-annotation
4646
fiber-local (~> 1.1)
4747
json
48-
falcon (0.54.0)
48+
falcon (0.54.2)
4949
async
5050
async-container (~> 0.20)
5151
async-container-supervisor (~> 0.6)
5252
async-http (~> 0.75)
5353
async-http-cache (~> 0.4)
54-
async-service (~> 0.16)
54+
async-service (~> 0.19)
5555
bundler
5656
localhost (~> 1.1)
5757
openssl (>= 3.0)
@@ -62,7 +62,7 @@ GEM
6262
fiber-local (1.1.0)
6363
fiber-storage
6464
fiber-storage (1.0.1)
65-
io-endpoint (0.16.0)
65+
io-endpoint (0.17.2)
6666
io-event (1.14.2)
6767
io-stream (0.11.1)
6868
iodine (0.7.58)
@@ -76,10 +76,10 @@ GEM
7676
prism (~> 1.4)
7777
rack (>= 1.6)
7878
rb_sys (~> 0.9.91)
79-
json (2.18.0)
79+
json (2.18.1)
8080
language_server-protocol (3.17.0.4)
8181
lint_roller (1.1.0)
82-
localhost (1.6.0)
82+
localhost (1.7.0)
8383
logger (1.6.6)
8484
mapping (1.1.3)
8585
memory (0.12.0)
@@ -112,15 +112,15 @@ GEM
112112
json (~> 2)
113113
samovar (~> 2.1)
114114
protocol-hpack (1.5.1)
115-
protocol-http (0.56.1)
116-
protocol-http1 (0.35.2)
117-
protocol-http (~> 0.22)
118-
protocol-http2 (0.23.0)
115+
protocol-http (0.59.0)
116+
protocol-http1 (0.37.0)
117+
protocol-http (~> 0.58)
118+
protocol-http2 (0.24.0)
119119
protocol-hpack (~> 1.4)
120120
protocol-http (~> 0.47)
121-
protocol-rack (0.19.0)
121+
protocol-rack (0.21.1)
122122
io-stream (>= 0.10)
123-
protocol-http (~> 0.43)
123+
protocol-http (~> 0.58)
124124
rack (>= 1.0)
125125
protocol-url (0.4.0)
126126
puma (7.1.0)
@@ -154,8 +154,6 @@ GEM
154154
samovar (2.4.1)
155155
console (~> 1.0)
156156
mapping (~> 1.0)
157-
sequel (5.100.0)
158-
bigdecimal
159157
string-format (0.2.0)
160158
traces (0.18.2)
161159
tzinfo (2.0.6)

frameworks/Ruby/rails/Gemfile.lock

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -75,38 +75,38 @@ GEM
7575
securerandom (>= 0.3)
7676
tzinfo (~> 2.0, >= 2.0.5)
7777
uri (>= 0.13.1)
78-
async (2.34.0)
78+
async (2.36.0)
7979
console (~> 1.29)
8080
fiber-annotation
8181
io-event (~> 1.11)
8282
metrics (~> 0.12)
8383
traces (~> 0.18)
84-
async-container (0.27.7)
84+
async-container (0.30.0)
8585
async (~> 2.22)
86-
async-container-supervisor (0.8.0)
86+
async-container-supervisor (0.9.3)
8787
async-service
8888
io-endpoint
8989
memory (~> 0.7)
9090
memory-leak (~> 0.5)
9191
process-metrics
92-
async-http (0.92.1)
92+
async-http (0.94.2)
9393
async (>= 2.10.2)
9494
async-pool (~> 0.11)
9595
io-endpoint (~> 0.14)
9696
io-stream (~> 0.6)
9797
metrics (~> 0.12)
98-
protocol-http (~> 0.49)
99-
protocol-http1 (~> 0.30)
98+
protocol-http (~> 0.58)
99+
protocol-http1 (~> 0.36)
100100
protocol-http2 (~> 0.22)
101101
protocol-url (~> 0.2)
102102
traces (~> 0.10)
103103
async-http-cache (0.4.6)
104104
async-http (~> 0.56)
105-
async-pool (0.11.0)
105+
async-pool (0.11.1)
106106
async (>= 2.0)
107-
async-service (0.14.4)
107+
async-service (0.19.1)
108108
async
109-
async-container (~> 0.16)
109+
async-container (~> 0.29)
110110
string-format (~> 0.2)
111111
bake (0.24.1)
112112
bigdecimal
@@ -116,7 +116,7 @@ GEM
116116
builder (3.3.0)
117117
concurrent-ruby (1.3.6)
118118
connection_pool (3.0.2)
119-
console (1.34.2)
119+
console (1.34.3)
120120
fiber-annotation
121121
fiber-local (~> 1.1)
122122
json
@@ -125,16 +125,16 @@ GEM
125125
drb (2.2.3)
126126
erb (6.0.1)
127127
erubi (1.13.1)
128-
falcon (0.52.4)
128+
falcon (0.54.2)
129129
async
130130
async-container (~> 0.20)
131131
async-container-supervisor (~> 0.6)
132132
async-http (~> 0.75)
133133
async-http-cache (~> 0.4)
134-
async-service (~> 0.10)
134+
async-service (~> 0.19)
135135
bundler
136136
localhost (~> 1.1)
137-
openssl (~> 3.0)
137+
openssl (>= 3.0)
138138
protocol-http (~> 0.31)
139139
protocol-rack (~> 0.7)
140140
samovar (~> 2.3)
@@ -147,16 +147,16 @@ GEM
147147
i18n (1.14.8)
148148
concurrent-ruby (~> 1.0)
149149
io-console (0.8.2)
150-
io-endpoint (0.15.2)
151-
io-event (1.14.0)
152-
io-stream (0.11.0)
150+
io-endpoint (0.17.2)
151+
io-event (1.14.2)
152+
io-stream (0.11.1)
153153
iodine (0.7.58)
154154
irb (1.16.0)
155155
pp (>= 0.6.0)
156156
rdoc (>= 4.0.0)
157157
reline (>= 0.4.2)
158-
json (2.18.0)
159-
localhost (1.6.0)
158+
json (2.18.1)
159+
localhost (1.7.0)
160160
logger (1.7.0)
161161
loofah (2.25.0)
162162
crass (~> 1.0.2)
@@ -169,7 +169,7 @@ GEM
169169
net-smtp
170170
mapping (1.1.3)
171171
marcel (1.1.0)
172-
memory (0.7.1)
172+
memory (0.12.0)
173173
bake (~> 0.15)
174174
console
175175
msgpack
@@ -197,7 +197,7 @@ GEM
197197
racc (~> 1.4)
198198
nokogiri (1.19.0-x86_64-linux-gnu)
199199
racc (~> 1.4)
200-
openssl (3.3.2)
200+
openssl (4.0.0)
201201
pg (1.6.3)
202202
pg (1.6.3-x86_64-darwin)
203203
pg (1.6.3-x86_64-linux)
@@ -208,20 +208,20 @@ GEM
208208
prettyprint
209209
prettyprint (0.2.0)
210210
prism (1.8.0)
211-
process-metrics (0.6.0)
211+
process-metrics (0.8.0)
212212
console (~> 1.8)
213213
json (~> 2)
214214
samovar (~> 2.1)
215215
protocol-hpack (1.5.1)
216-
protocol-http (0.55.0)
217-
protocol-http1 (0.35.2)
218-
protocol-http (~> 0.22)
219-
protocol-http2 (0.23.0)
216+
protocol-http (0.59.0)
217+
protocol-http1 (0.37.0)
218+
protocol-http (~> 0.58)
219+
protocol-http2 (0.24.0)
220220
protocol-hpack (~> 1.4)
221221
protocol-http (~> 0.47)
222-
protocol-rack (0.16.0)
222+
protocol-rack (0.21.1)
223223
io-stream (>= 0.10)
224-
protocol-http (~> 0.43)
224+
protocol-http (~> 0.58)
225225
rack (>= 1.0)
226226
protocol-url (0.4.0)
227227
psych (5.3.1)

0 commit comments

Comments
 (0)