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 @@ -119,12 +119,12 @@ elsif platform =~ /x64-mingw32/
119119 [
120120 # Rubyinstaller prior to 3.1.0 is platform x64-mingw32
121121 [ "2.6.0:2.5.0:2.4.0" , "2.5.9" ] ,
122- [ "3.0.0 :2.7.0" , "3.1.6" ] ,
122+ [ "3.0.7 :2.7.0" , "3.1.6" ] ,
123123 ]
124124else
125125 [
126126 [ "2.6.0:2.5.0:2.4.0" , "2.5.9" ] ,
127- [ "3.4.1:3.3.5:3.2.0:3.1.0:3.0.0 :2.7.0" , "3.1.6" ] ,
127+ [ "3.4.1:3.3.5:3.2.0:3.1.0:3.0.7 :2.7.0" , "3.1.6" ] ,
128128 ]
129129end
130130
@@ -220,6 +220,6 @@ COPY build/sudoers /etc/sudoers.d/rake-compiler-dock
220220
221221RUN bash -c "rbenv global 3.1.6"
222222
223- ENV RUBY_CC_VERSION=3.4.1:3.3.5:3.2.0:3.1.0:3.0.0 :2.7.0:2.6.0:2.5.0:2.4.0
223+ ENV RUBY_CC_VERSION=3.4.1:3.3.5:3.2.0:3.1.0:3.0.7 :2.7.0:2.6.0:2.5.0:2.4.0
224224
225225CMD bash
You can’t perform that action at this time.
0 commit comments