You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by cu...@apache.org on 2013/12/20 23:29:52 UTC

svn commit: r1552830 - /avro/trunk/lang/ruby/build.sh

Author: cutting
Date: Fri Dec 20 22:29:52 2013
New Revision: 1552830

URL: http://svn.apache.org/r1552830
Log:
trigger another build

Modified:
    avro/trunk/lang/ruby/build.sh

Modified: avro/trunk/lang/ruby/build.sh
URL: http://svn.apache.org/viewvc/avro/trunk/lang/ruby/build.sh?rev=1552830&r1=1552829&r2=1552830&view=diff
==============================================================================
--- avro/trunk/lang/ruby/build.sh (original)
+++ avro/trunk/lang/ruby/build.sh Fri Dec 20 22:29:52 2013
@@ -25,7 +25,7 @@ export GEM_HOME=.gem/
 export PATH="$PATH:.gem/bin"
 
 # boostrap bundler
-gem install --no-rdoc --no-ri bundler
+gem install --conservative --no-rdoc --no-ri bundler
 
 case "$1" in
      test)