Skip to content

Commit f003cc8

Browse files
authored
Merge pull request #147 from rake-compiler/flavorjones-bump-ruby-3.3.6
Bump cross-ruby 3.3 to 3.3.7 (from 3.3.5)
2 parents 2bc6f74 + 53f24bd commit f003cc8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile.mri.erb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ RUN sudo mkdir -p /usr/local/rake-compiler && \
115115
xrubies_build_plan = if platform =~ /x64-mingw-ucrt/
116116
[
117117
# 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"],
119119
]
120120
elsif platform =~ /x64-mingw32/
121121
[
@@ -127,7 +127,7 @@ else
127127
[
128128
["2.6.10:2.5.9:2.4.10", "2.5.9"],
129129
["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"],
131131
]
132132
end
133133

@@ -226,6 +226,6 @@ COPY build/sudoers /etc/sudoers.d/rake-compiler-dock
226226

227227
RUN bash -c "rbenv global 3.4.1"
228228

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
230230

231231
CMD bash

0 commit comments

Comments
 (0)