Skip to content

Commit 5f0c945

Browse files
authored
[ruby/rack] Update Falcon to 0.52.4 (#10285)
1 parent 6dc8837 commit 5f0c945

File tree

2 files changed

+50
-32
lines changed

2 files changed

+50
-32
lines changed

frameworks/Ruby/rack/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ gem 'sequel_pg', platforms: %i[ruby windows]
1515
gem 'tzinfo-data', '1.2023.3'
1616

1717
group :falcon, optional: true do
18-
gem 'falcon', '~> 0.47', platforms: %i[ruby windows]
18+
gem 'falcon', '~> 0.52', platforms: %i[ruby windows]
1919
end
2020

2121
group :iodine, optional: true do

frameworks/Ruby/rack/Gemfile.lock

Lines changed: 49 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -2,47 +2,53 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
ast (2.4.2)
5-
async (2.23.0)
5+
async (2.34.0)
66
console (~> 1.29)
77
fiber-annotation
8-
io-event (~> 1.9)
8+
io-event (~> 1.11)
99
metrics (~> 0.12)
10-
traces (~> 0.15)
11-
async-container (0.24.0)
10+
traces (~> 0.18)
11+
async-container (0.27.7)
1212
async (~> 2.22)
13-
async-container-supervisor (0.5.1)
14-
async-container (~> 0.22)
13+
async-container-supervisor (0.9.1)
1514
async-service
1615
io-endpoint
16+
memory (~> 0.7)
1717
memory-leak (~> 0.5)
18-
async-http (0.87.0)
18+
process-metrics
19+
async-http (0.92.1)
1920
async (>= 2.10.2)
20-
async-pool (~> 0.9)
21+
async-pool (~> 0.11)
2122
io-endpoint (~> 0.14)
2223
io-stream (~> 0.6)
2324
metrics (~> 0.12)
2425
protocol-http (~> 0.49)
2526
protocol-http1 (~> 0.30)
2627
protocol-http2 (~> 0.22)
28+
protocol-url (~> 0.2)
2729
traces (~> 0.10)
28-
async-http-cache (0.4.5)
30+
async-http-cache (0.4.6)
2931
async-http (~> 0.56)
30-
async-pool (0.10.3)
31-
async (>= 1.25)
32-
async-service (0.13.0)
32+
async-pool (0.11.0)
33+
async (>= 2.0)
34+
async-service (0.14.4)
3335
async
3436
async-container (~> 0.16)
37+
string-format (~> 0.2)
38+
bake (0.24.1)
39+
bigdecimal
40+
samovar (~> 2.1)
3541
bigdecimal (3.1.9)
3642
concurrent-ruby (1.3.5)
3743
connection_pool (2.5.0)
38-
console (1.30.0)
44+
console (1.34.2)
3945
fiber-annotation
4046
fiber-local (~> 1.1)
4147
json
42-
falcon (0.51.1)
48+
falcon (0.52.4)
4349
async
4450
async-container (~> 0.20)
45-
async-container-supervisor (~> 0.5.0)
51+
async-container-supervisor (~> 0.6)
4652
async-http (~> 0.75)
4753
async-http-cache (~> 0.4)
4854
async-service (~> 0.10)
@@ -55,10 +61,10 @@ GEM
5561
fiber-annotation (0.2.0)
5662
fiber-local (1.1.0)
5763
fiber-storage
58-
fiber-storage (1.0.0)
64+
fiber-storage (1.0.1)
5965
io-endpoint (0.15.2)
60-
io-event (1.9.0)
61-
io-stream (0.6.1)
66+
io-event (1.14.2)
67+
io-stream (0.11.0)
6268
iodine (0.7.58)
6369
itsi (0.2.18)
6470
itsi-scheduler (~> 0.2.18)
@@ -70,16 +76,21 @@ GEM
7076
prism (~> 1.4)
7177
rack (>= 1.6)
7278
rb_sys (~> 0.9.91)
73-
json (2.13.2)
79+
json (2.16.0)
7480
language_server-protocol (3.17.0.4)
7581
lint_roller (1.1.0)
76-
localhost (1.3.1)
82+
localhost (1.6.0)
7783
logger (1.6.6)
78-
mapping (1.1.1)
79-
memory-leak (0.5.2)
80-
metrics (0.12.2)
84+
mapping (1.1.3)
85+
memory (0.12.0)
86+
bake (~> 0.15)
87+
console
88+
msgpack
89+
memory-leak (0.7.0)
90+
metrics (0.15.0)
91+
msgpack (1.8.0)
8192
nio4r (2.7.4)
82-
openssl (3.3.0)
93+
openssl (3.3.2)
8394
parallel (1.26.3)
8495
parser (3.3.7.1)
8596
ast (~> 2.4.1)
@@ -95,20 +106,26 @@ GEM
95106
logger
96107
rack (>= 2.0)
97108
prism (1.4.0)
109+
process-metrics (0.7.0)
110+
console (~> 1.8)
111+
json (~> 2)
112+
samovar (~> 2.1)
98113
protocol-hpack (1.5.1)
99-
protocol-http (0.54.0)
114+
protocol-http (0.55.0)
100115
protocol-http1 (0.35.2)
101116
protocol-http (~> 0.22)
102-
protocol-http2 (0.22.1)
117+
protocol-http2 (0.23.0)
103118
protocol-hpack (~> 1.4)
104119
protocol-http (~> 0.47)
105-
protocol-rack (0.11.2)
120+
protocol-rack (0.16.0)
121+
io-stream (>= 0.10)
106122
protocol-http (~> 0.43)
107123
rack (>= 1.0)
124+
protocol-url (0.4.0)
108125
puma (7.1.0)
109126
nio4r (~> 2.0)
110127
racc (1.8.1)
111-
rack (3.2.2)
128+
rack (3.2.4)
112129
rack-test (2.2.0)
113130
rack (>= 1.3)
114131
rackup (2.2.1)
@@ -133,15 +150,16 @@ GEM
133150
rubocop-ast (1.38.1)
134151
parser (>= 3.3.1.0)
135152
ruby-progressbar (1.13.0)
136-
samovar (2.3.0)
153+
samovar (2.4.1)
137154
console (~> 1.0)
138155
mapping (~> 1.0)
139156
sequel (5.90.0)
140157
bigdecimal
141158
sequel_pg (1.17.1)
142159
pg (>= 0.18.0, != 1.2.0)
143160
sequel (>= 4.38.0)
144-
traces (0.15.2)
161+
string-format (0.2.0)
162+
traces (0.18.2)
145163
tzinfo (2.0.6)
146164
concurrent-ruby (~> 1.0)
147165
tzinfo-data (1.2023.3)
@@ -157,7 +175,7 @@ PLATFORMS
157175

158176
DEPENDENCIES
159177
connection_pool (~> 2.4)
160-
falcon (~> 0.47)
178+
falcon (~> 0.52)
161179
iodine (~> 0.7)
162180
itsi
163181
jdbc-postgres (~> 42.2)

0 commit comments

Comments
 (0)