Skip to content

Commit 4d21043

Browse files
committed
4.0.0
1 parent 6ed2a20 commit 4d21043

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ COPY versions/3.5* /all-ruby/versions/
109109
RUN rake -j ${j} 3.5.0-preview1
110110

111111
COPY versions/4.0* /all-ruby/versions/
112-
RUN rake -j ${j} 4.0.0-preview2 4.0.0-preview3
112+
RUN rake -j ${j} all-4.0
113113

114114
COPY lib/* /all-ruby/lib/
115115
COPY all-ruby /all-ruby/

versions/4.0.0.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"4.0/ruby-4.0.0.tar.xz"

0 commit comments

Comments
 (0)