File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ RUN sudo mkdir -p /usr/local/rake-compiler && \
115
115
xrubies_build_plan = if platform =~ /x64-mingw-ucrt/
116
116
[
117
117
# Rubyinstaller-3.1+ is platform x64-mingw-ucrt
118
- [ "3.4.1:3.3.5 :3.2.6:3.1.6" , "3.4.1" ] ,
118
+ [ "3.4.1:3.3.7 :3.2.6:3.1.6" , "3.4.1" ] ,
119
119
]
120
120
elsif platform =~ /x64-mingw32/
121
121
[
127
127
[
128
128
[ "2.6.10:2.5.9:2.4.10" , "2.5.9" ] ,
129
129
[ "2.7.8" , "3.1.6" ] ,
130
- [ "3.4.1:3.3.5 :3.2.6:3.1.6:3.0.7" , "3.4.1" ] ,
130
+ [ "3.4.1:3.3.7 :3.2.6:3.1.6:3.0.7" , "3.4.1" ] ,
131
131
]
132
132
end
133
133
@@ -226,6 +226,6 @@ COPY build/sudoers /etc/sudoers.d/rake-compiler-dock
226
226
227
227
RUN bash -c "rbenv global 3.4.1"
228
228
229
- ENV RUBY_CC_VERSION=3.4.1:3.3.5 :3.2.6:3.1.6:3.0.7:2.7.8:2.6.10:2.5.9:2.4.10
229
+ ENV RUBY_CC_VERSION=3.4.1:3.3.7 :3.2.6:3.1.6:3.0.7:2.7.8:2.6.10:2.5.9:2.4.10
230
230
231
231
CMD bash
You can’t perform that action at this time.
0 commit comments