Skip to content

Commit 55ad1a8

Browse files
authored
[ruby/rack] Use Ruby 4.0 for Falcon (#10428)
1 parent fedff3a commit 55ad1a8

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

frameworks/Ruby/rack/Gemfile.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
ast (2.4.2)
5-
async (2.34.0)
5+
async (2.35.0)
66
console (~> 1.29)
77
fiber-annotation
88
io-event (~> 1.11)
99
metrics (~> 0.12)
1010
traces (~> 0.18)
1111
async-container (0.27.7)
1212
async (~> 2.22)
13-
async-container-supervisor (0.9.1)
13+
async-container-supervisor (0.9.2)
1414
async-service
1515
io-endpoint
1616
memory (~> 0.7)
@@ -29,29 +29,29 @@ GEM
2929
traces (~> 0.10)
3030
async-http-cache (0.4.6)
3131
async-http (~> 0.56)
32-
async-pool (0.11.0)
32+
async-pool (0.11.1)
3333
async (>= 2.0)
34-
async-service (0.14.4)
34+
async-service (0.16.0)
3535
async
3636
async-container (~> 0.16)
3737
string-format (~> 0.2)
3838
bake (0.24.1)
3939
bigdecimal
4040
samovar (~> 2.1)
41-
bigdecimal (3.1.9)
41+
bigdecimal (4.0.1)
4242
concurrent-ruby (1.3.5)
4343
connection_pool (2.5.0)
4444
console (1.34.2)
4545
fiber-annotation
4646
fiber-local (~> 1.1)
4747
json
48-
falcon (0.52.4)
48+
falcon (0.53.0)
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.10)
54+
async-service (~> 0.16)
5555
bundler
5656
localhost (~> 1.1)
5757
openssl (~> 3.0)
@@ -62,9 +62,9 @@ GEM
6262
fiber-local (1.1.0)
6363
fiber-storage
6464
fiber-storage (1.0.1)
65-
io-endpoint (0.15.2)
65+
io-endpoint (0.16.0)
6666
io-event (1.14.2)
67-
io-stream (0.11.0)
67+
io-stream (0.11.1)
6868
iodine (0.7.58)
6969
itsi (0.2.18)
7070
itsi-scheduler (~> 0.2.18)
@@ -76,7 +76,7 @@ GEM
7676
prism (~> 1.4)
7777
rack (>= 1.6)
7878
rb_sys (~> 0.9.91)
79-
json (2.16.0)
79+
json (2.18.0)
8080
language_server-protocol (3.17.0.4)
8181
lint_roller (1.1.0)
8282
localhost (1.6.0)
@@ -106,18 +106,18 @@ GEM
106106
logger
107107
rack (>= 2.0)
108108
prism (1.4.0)
109-
process-metrics (0.7.0)
109+
process-metrics (0.8.0)
110110
console (~> 1.8)
111111
json (~> 2)
112112
samovar (~> 2.1)
113113
protocol-hpack (1.5.1)
114-
protocol-http (0.55.0)
114+
protocol-http (0.56.1)
115115
protocol-http1 (0.35.2)
116116
protocol-http (~> 0.22)
117117
protocol-http2 (0.23.0)
118118
protocol-hpack (~> 1.4)
119119
protocol-http (~> 0.47)
120-
protocol-rack (0.16.0)
120+
protocol-rack (0.19.0)
121121
io-stream (>= 0.10)
122122
protocol-http (~> 0.43)
123123
rack (>= 1.0)

frameworks/Ruby/rack/rack-falcon.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:3.5-rc
1+
FROM ruby:4.0-rc
22

33
ENV RUBY_YJIT_ENABLE=1
44

0 commit comments

Comments
 (0)