You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by do...@apache.org on 2012/10/06 10:41:29 UTC

svn commit: r1394969 - /buildr/trunk/ci.sh

Author: donaldp
Date: Sat Oct  6 08:41:28 2012
New Revision: 1394969

URL: http://svn.apache.org/viewvc?rev=1394969&view=rev
Log:
Bump the version of ruby 1.9.3

Modified:
    buildr/trunk/ci.sh

Modified: buildr/trunk/ci.sh
URL: http://svn.apache.org/viewvc/buildr/trunk/ci.sh?rev=1394969&r1=1394968&r2=1394969&view=diff
==============================================================================
--- buildr/trunk/ci.sh (original)
+++ buildr/trunk/ci.sh Sat Oct  6 08:41:28 2012
@@ -38,7 +38,7 @@ elif [ "X$BUILD_RVM" == "X1.8.7" ]; then
 elif [ "X$BUILD_RVM" == "Xjruby" ]; then
   export BUILDR_RUBY_VERSION=jruby-1.6.7
 else
-  export BUILDR_RUBY_VERSION=ruby-1.9.3-p0
+  export BUILDR_RUBY_VERSION=ruby-1.9.3-p194
 fi
 
 # TODO: Use traps to remove lock files