Skip to content

Commit b325bdb

Browse files
committed
Merge pull request tjschuck#11 from luislavena/update-rubies
Update to latest versions of Ruby
2 parents d0e5d60 + e62fa51 commit b325bdb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

bin/prepare_xrubies

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,16 @@ rake-compiler cross-ruby VERSION=1.9.3-p545 HOST=i586-mingw32msvc
3030
export MAKE="make -j$(nproc)"
3131

3232
# 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"
3434

3535
# 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"
3737

3838
# 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"
4040

4141
# 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"
4343

4444
# Mark installation prepared and don't run all this again
4545
touch "$HOME/.rake-compiler/.prepared"

0 commit comments

Comments
 (0)