We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c91a496 + c676fd8 commit 9f23abaCopy full SHA for 9f23aba
bin/prepare_xrubies
@@ -13,7 +13,7 @@ fi
13
cd '/vagrant'
14
15
# Install rake-compiler in all Rubies
16
-rvm all do gem install rake-compiler -v "~> 0.9.2"
+rvm all do gem install rake-compiler -v "~> 0.9.3"
17
18
# Use just one CPU for building 1.8.7 and 1.9.3
19
export MAKE="make"
@@ -24,7 +24,7 @@ rake-compiler cross-ruby VERSION=1.8.7-p374 HOST=i586-mingw32msvc
24
25
# Build 1.9.3 using 1.9.3 as base
26
rvm use 1.9.3
27
-rake-compiler cross-ruby VERSION=1.9.3-p545 HOST=i586-mingw32msvc
+rake-compiler cross-ruby VERSION=1.9.3-p547 HOST=i586-mingw32msvc
28
29
# Use all CPUs for building 2.0+
30
export MAKE="make -j$(nproc)"
0 commit comments