Skip to content

Commit c676fd8

Browse files
committed
Update prepare_xrubies
update minimum rake-compiler version update default 1.9.3 version from rvm
1 parent c91a496 commit c676fd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎bin/prepare_xrubies‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ fi
1313
cd'/vagrant'
1414

1515
# Install rake-compiler in all Rubies
16-
rvm all do gem install rake-compiler -v "~> 0.9.2"
16+
rvm all do gem install rake-compiler -v "~> 0.9.3"
1717

1818
# Use just one CPU for building 1.8.7 and 1.9.3
1919
export MAKE="make"
@@ -24,7 +24,7 @@ rake-compiler cross-ruby VERSION=1.8.7-p374 HOST=i586-mingw32msvc
2424

2525
# Build 1.9.3 using 1.9.3 as base
2626
rvm use 1.9.3
27-
rake-compiler cross-ruby VERSION=1.9.3-p545 HOST=i586-mingw32msvc
27+
rake-compiler cross-ruby VERSION=1.9.3-p547 HOST=i586-mingw32msvc
2828

2929
# Use all CPUs for building 2.0+
3030
export MAKE="make -j$(nproc)"

0 commit comments

Comments
(0)