Skip to content

Commit 3aae130

Browse files
authored
Merge pull request #133 from rake-compiler/flavorjones-ruby-3.4.0
Update to Ruby 3.4.0 final
2 parents 8a3c953 + da40ddf commit 3aae130

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.mri.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ RUN sudo mkdir -p /usr/local/rake-compiler && \
110110
xrubies_build_plan = if platform =~ /x64-mingw-ucrt/
111111
[
112112
# Rubyinstaller-3.1.0+ is platform x64-mingw-ucrt
113-
["3.4.0-rc1:3.3.5:3.2.0:3.1.0", "3.1.3"],
113+
["3.4.0:3.3.5:3.2.0:3.1.0", "3.1.3"],
114114
]
115115
elsif platform =~ /x64-mingw32/
116116
[
@@ -121,7 +121,7 @@ elsif platform =~ /x64-mingw32/
121121
else
122122
[
123123
["2.6.0:2.5.0:2.4.0", "2.5.9"],
124-
["3.4.0-rc1:3.3.5:3.2.0:3.1.0:3.0.0:2.7.0", "3.1.3"],
124+
["3.4.0:3.3.5:3.2.0:3.1.0:3.0.0:2.7.0", "3.1.3"],
125125
]
126126
end
127127

0 commit comments

Comments
 (0)