summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortduehr <tduehr@gmail.com>2014-09-23 23:58:13 -0500
committertduehr <tduehr@gmail.com>2014-09-23 23:58:13 -0500
commit2c7fe3575901c8693444ca7e6354bb923cb818f2 (patch)
treed219788bc65dd59f62294800d44c8c567c5323ba
parent1694a3a3f58c5ca32b85966241665dc04798192f (diff)
downloadffi-2c7fe3575901c8693444ca7e6354bb923cb818f2.tar.gz
bump ruby_cc_version
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 2cfbb55..9b7056b 100644
--- a/Rakefile
+++ b/Rakefile
@@ -151,7 +151,7 @@ task 'spec:specdoc' => TEST_DEPS
task :default => :specs
task 'gem:win32' do
- sh("rake cross native gem RUBY_CC_VERSION='1.8.7:1.9.3:2.0.0:2.1.1'") || raise("win32 build failed!")
+ sh("rake cross native gem RUBY_CC_VERSION='1.8.7:1.9.3:2.0.0:2.1.3'") || raise("win32 build failed!")
end