Skip to content

Commit ba1bb01

Browse files
committed
Update default native ruby from 3.1.0 to 3.1.3
1 parent 83e32b2 commit ba1bb01

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Dockerfile.mri.erb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ RUN gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys 409B6B1796C275462A170
5252

5353
# Install native rubies and fix permissions
5454
COPY build/patches /home/rvm/patches/
55-
ENV RVM_RUBIES 2.5.9 3.1.0
55+
ENV RVM_RUBIES 2.5.9 3.1.3
5656
RUN bash -c " \
5757
export CFLAGS='-s -O3 -fno-fast-math -fPIC' && \
5858
for v in ${RVM_RUBIES} ; do \
@@ -134,20 +134,20 @@ axrubies = if platform =~ /x64-mingw-ucrt/
134134
[
135135
# Rubyinstaller-3.1.0+ is platform x64-mingw-ucrt
136136
# parallel=false because 3.2.0-rc1 has undefined references when using a high -j arg
137-
["3.2.0-rc1:3.1.0", "3.1.0", false],
137+
["3.2.0-rc1:3.1.0", "3.1.3", false],
138138
]
139139
elsif platform =~ /x64-mingw32/
140140
[
141141
# Rubyinstaller prior to 3.1.0 is platform x64-mingw32
142142
["2.6.0:2.5.0:2.4.0", "2.5.9", false],
143-
["3.0.0:2.7.0", "3.1.0", true],
143+
["3.0.0:2.7.0", "3.1.3", true],
144144
]
145145
else
146146
[
147147
# Build xruby versions prior ruby2_keywords in parallel using ruby-2.5
148148
["2.6.0:2.5.0:2.4.0", "2.5.9", false],
149149
# Build xruby versions with ruby2_keywords in parallel using ruby-3.x
150-
["3.2.0-rc1:3.1.0:3.0.0:2.7.0", "3.1.0", true],
150+
["3.2.0-rc1:3.1.0:3.0.0:2.7.0", "3.1.3", true],
151151
]
152152
end
153153

@@ -244,7 +244,7 @@ COPY build/sudoers /etc/sudoers.d/rake-compiler-dock
244244

245245
RUN find /usr/local/rvm -type d -print0 | sudo xargs -0 chmod g+sw
246246
RUN bash -c " \
247-
rvm alias create default 3.1.0 && \
247+
rvm alias create default 3.1.3 && \
248248
rvm use default \
249249
"
250250

0 commit comments

Comments
 (0)