We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a3c953 commit da40ddfCopy full SHA for da40ddf
Dockerfile.mri.erb
@@ -110,7 +110,7 @@ RUN sudo mkdir -p /usr/local/rake-compiler && \
110
xrubies_build_plan = if platform =~ /x64-mingw-ucrt/
111
[
112
# 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"],
+ ["3.4.0:3.3.5:3.2.0:3.1.0", "3.1.3"],
114
]
115
elsif platform =~ /x64-mingw32/
116
@@ -121,7 +121,7 @@ elsif platform =~ /x64-mingw32/
121
else
122
123
["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"],
+ ["3.4.0:3.3.5:3.2.0:3.1.0:3.0.0:2.7.0", "3.1.3"],
125
126
end
127
0 commit comments