File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,16 +30,16 @@ rake-compiler cross-ruby VERSION=1.9.3-p545 HOST=i586-mingw32msvc
30
30
export MAKE=" make -j$( nproc) "
31
31
32
32
# Build Ruby 2.0.0
33
- rake-compiler cross-ruby VERSION=2.0.0-p451 HOST=i686-w64-mingw32 debugflags=" -g"
33
+ rake-compiler cross-ruby VERSION=2.0.0-p576 HOST=i686-w64-mingw32 debugflags=" -g"
34
34
35
35
# Build x64 Ruby 2.0.0
36
- rake-compiler cross-ruby VERSION=2.0.0-p451 HOST=x86_64-w64-mingw32 debugflags=" -g"
36
+ rake-compiler cross-ruby VERSION=2.0.0-p576 HOST=x86_64-w64-mingw32 debugflags=" -g"
37
37
38
38
# Build Ruby 2.1
39
- rake-compiler cross-ruby VERSION=2.1.1 HOST=i686-w64-mingw32 debugflags=" -g"
39
+ rake-compiler cross-ruby VERSION=2.1.3 HOST=i686-w64-mingw32 debugflags=" -g"
40
40
41
41
# Build x64 Ruby 2.1
42
- rake-compiler cross-ruby VERSION=2.1.1 HOST=x86_64-w64-mingw32 debugflags=" -g"
42
+ rake-compiler cross-ruby VERSION=2.1.3 HOST=x86_64-w64-mingw32 debugflags=" -g"
43
43
44
44
# Mark installation prepared and don't run all this again
45
45
touch " $HOME /.rake-compiler/.prepared"
You can’t perform that action at this time.
0 commit comments