Skip to content

Commit 99beb7b

Browse files
committed
[ruby/rack] Upgrade to Ruby 3.5-rc
1 parent 40b97c5 commit 99beb7b

File tree

8 files changed

+35
-30
lines changed

8 files changed

+35
-30
lines changed

frameworks/Ruby/rack/Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ end
2424

2525
group :passenger, optional: true do
2626
gem 'base64' # required by passenger on Ruby 3.4
27+
gem 'logger' # required by passenger on Ruby 3.5
2728
gem 'passenger', '~> 6.0', platforms: [:ruby, :mswin], require: false
2829
end
2930

@@ -36,6 +37,7 @@ group :puma, optional: true do
3637
end
3738

3839
group :unicorn, optional: true do
40+
gem 'logger' # required by unicorn on Ruby 3.5
3941
gem 'unicorn', '~> 6.1', platforms: %i[ruby mswin]
4042
end
4143

frameworks/Ruby/rack/Gemfile.lock

Lines changed: 27 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
ast (2.4.2)
5-
async (2.23.0)
4+
ast (2.4.3)
5+
async (2.23.1)
66
console (~> 1.29)
77
fiber-annotation
88
io-event (~> 1.9)
@@ -15,7 +15,7 @@ GEM
1515
async-service
1616
io-endpoint
1717
memory-leak (~> 0.5)
18-
async-http (0.87.0)
18+
async-http (0.89.0)
1919
async (>= 2.10.2)
2020
async-pool (~> 0.9)
2121
io-endpoint (~> 0.14)
@@ -35,8 +35,8 @@ GEM
3535
base64 (0.2.0)
3636
bigdecimal (3.1.9)
3737
concurrent-ruby (1.3.5)
38-
connection_pool (2.5.0)
39-
console (1.30.0)
38+
connection_pool (2.5.3)
39+
console (1.30.2)
4040
fiber-annotation
4141
fiber-local (~> 1.1)
4242
json
@@ -56,37 +56,38 @@ GEM
5656
fiber-annotation (0.2.0)
5757
fiber-local (1.1.0)
5858
fiber-storage
59-
fiber-storage (1.0.0)
59+
fiber-storage (1.0.1)
6060
io-endpoint (0.15.2)
61-
io-event (1.9.0)
61+
io-event (1.10.0)
6262
io-stream (0.6.1)
6363
iodine (0.7.58)
64-
json (2.10.2)
64+
json (2.11.3)
6565
kgio (2.11.4)
6666
language_server-protocol (3.17.0.4)
6767
lint_roller (1.1.0)
68-
localhost (1.3.1)
69-
logger (1.6.6)
70-
mapping (1.1.1)
68+
localhost (1.5.0)
69+
logger (1.7.0)
70+
mapping (1.1.3)
7171
memory-leak (0.5.2)
7272
metrics (0.12.2)
7373
nio4r (2.7.4)
7474
openssl (3.3.0)
75-
parallel (1.26.3)
76-
parser (3.3.7.1)
75+
parallel (1.27.0)
76+
parser (3.3.8.0)
7777
ast (~> 2.4.1)
7878
racc
79-
passenger (6.0.26)
79+
passenger (6.0.27)
8080
rack (>= 1.6.13)
81-
rackup (>= 2.0.0)
81+
rackup (>= 1.0.1)
8282
rake (>= 12.3.3)
8383
pg (1.5.9)
8484
pitchfork (0.17.0)
8585
logger
8686
rack (>= 2.0)
87+
prism (1.4.0)
8788
protocol-hpack (1.5.1)
88-
protocol-http (0.49.0)
89-
protocol-http1 (0.30.0)
89+
protocol-http (0.50.0)
90+
protocol-http1 (0.34.0)
9091
protocol-http (~> 0.22)
9192
protocol-http2 (0.22.1)
9293
protocol-hpack (~> 1.4)
@@ -97,7 +98,7 @@ GEM
9798
puma (6.6.0)
9899
nio4r (~> 2.0)
99100
racc (1.8.1)
100-
rack (3.1.11)
101+
rack (3.1.13)
101102
rack-test (2.2.0)
102103
rack (>= 1.3)
103104
rackup (2.2.1)
@@ -106,26 +107,27 @@ GEM
106107
raindrops (0.20.1)
107108
rake (13.2.1)
108109
regexp_parser (2.10.0)
109-
rubocop (1.73.2)
110+
rubocop (1.75.4)
110111
json (~> 2.3)
111112
language_server-protocol (~> 3.17.0.2)
112113
lint_roller (~> 1.1.0)
113114
parallel (~> 1.10)
114115
parser (>= 3.3.0.2)
115116
rainbow (>= 2.2.2, < 4.0)
116117
regexp_parser (>= 2.9.3, < 3.0)
117-
rubocop-ast (>= 1.38.0, < 2.0)
118+
rubocop-ast (>= 1.44.0, < 2.0)
118119
ruby-progressbar (~> 1.7)
119120
unicode-display_width (>= 2.4.0, < 4.0)
120-
rubocop-ast (1.38.1)
121-
parser (>= 3.3.1.0)
121+
rubocop-ast (1.44.1)
122+
parser (>= 3.3.7.2)
123+
prism (~> 1.4)
122124
ruby-progressbar (1.13.0)
123125
samovar (2.3.0)
124126
console (~> 1.0)
125127
mapping (~> 1.0)
126-
sequel (5.90.0)
128+
sequel (5.91.0)
127129
bigdecimal
128-
sequel_pg (1.17.1)
130+
sequel_pg (1.17.2)
129131
pg (>= 0.18.0, != 1.2.0)
130132
sequel (>= 4.38.0)
131133
traces (0.15.2)
@@ -151,6 +153,7 @@ DEPENDENCIES
151153
iodine (~> 0.7)
152154
jdbc-postgres (~> 42.2)
153155
json (~> 2.10)
156+
logger
154157
passenger (~> 6.0)
155158
pg (~> 1.5)
156159
pitchfork (~> 0.17)

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.4
1+
FROM ruby:3.5-rc
22

33
ENV RUBY_YJIT_ENABLE=1
44

frameworks/Ruby/rack/rack-iodine.dockerfile

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

33
ENV RUBY_YJIT_ENABLE=1
44

frameworks/Ruby/rack/rack-passenger.dockerfile

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

33
ENV RUBY_YJIT_ENABLE=1
44

frameworks/Ruby/rack/rack-pitchfork.dockerfile

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

33
ENV RUBY_YJIT_ENABLE=1
44

frameworks/Ruby/rack/rack-unicorn.dockerfile

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

33
ENV RUBY_YJIT_ENABLE=1
44

frameworks/Ruby/rack/rack.dockerfile

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

33
ENV RUBY_YJIT_ENABLE=1
44
ENV RUBY_MN_THREADS=1

0 commit comments

Comments
 (0)