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/09/23 03:39:48 UTC

svn commit: r1388943 - /buildr/trunk/.rvmrc

Author: donaldp
Date: Sun Sep 23 01:39:47 2012
New Revision: 1388943

URL: http://svn.apache.org/viewvc?rev=1388943&view=rev
Log:
Remove the installation of bin stubs as it overwrites our scripts

Modified:
    buildr/trunk/.rvmrc

Modified: buildr/trunk/.rvmrc
URL: http://svn.apache.org/viewvc/buildr/trunk/.rvmrc?rev=1388943&r1=1388942&r2=1388943&view=diff
==============================================================================
--- buildr/trunk/.rvmrc (original)
+++ buildr/trunk/.rvmrc Sun Sep 23 01:39:47 2012
@@ -32,7 +32,7 @@ if [ -f Gemfile ]; then
     echo "Installing bundler..."
     rvm "${BUILDR_RUBY_VERSION}@${BUILDR_GEMSET}" exec gem install bundler
   fi
-  rvm "${BUILDR_RUBY_VERSION}@${BUILDR_GEMSET}" exec bundle install --binstubs
+  rvm "${BUILDR_RUBY_VERSION}@${BUILDR_GEMSET}" exec bundle install
   rvm "${BUILDR_RUBY_VERSION}@${BUILDR_GEMSET}" exec gem cleanup -q
 fi