Skip to content

Commit 5f23119

Browse files
committed
feat: update ruby 3.3 support to use 3.3.0
Ruby 3.3.0 was released today: https://www.ruby-lang.org/en/news/2023/12/25/ruby-3-3-0-released/
1 parent 0278d47 commit 5f23119

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Dockerfile.mri.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ RUN bash -c " \
142142
axrubies = if platform =~ /x64-mingw-ucrt/
143143
[
144144
# Rubyinstaller-3.1.0+ is platform x64-mingw-ucrt
145-
["3.3.0-rc1:3.2.0:3.1.0", "3.1.3"],
145+
["3.3.0:3.2.0:3.1.0", "3.1.3"],
146146
]
147147
elsif platform =~ /x64-mingw32/
148148
[
@@ -153,7 +153,7 @@ elsif platform =~ /x64-mingw32/
153153
else
154154
[
155155
["2.6.0:2.5.0:2.4.0", "2.5.9"],
156-
["3.3.0-rc1:3.2.0:3.1.0:3.0.0:2.7.0", "3.1.3"],
156+
["3.3.0:3.2.0:3.1.0:3.0.0:2.7.0", "3.1.3"],
157157
]
158158
end
159159

History.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
1.4.next / unreleased
2+
---------------------
3+
4+
* Add Ruby 3.3.0 cross-compilation support. (@stanhu)
5+
16
1.4.0.rc2 / 2023-12-12
27
---------------------
38

0 commit comments

Comments
 (0)