diff options
| author | Santiago Pastorino <santiago@wyeworks.com> | 2010-08-29 16:19:16 -0300 | 
|---|---|---|
| committer | Santiago Pastorino <santiago@wyeworks.com> | 2010-08-29 16:19:44 -0300 | 
| commit | c1dbdecda5ae7382fa9d2f8c7ee122d2d11c9d03 (patch) | |
| tree | 9d1a63dcb6733c1b1ee78fca16bf74efe5ff760b | |
| parent | 96c88db9f85441ef1e449a355935f8a32fb70ab8 (diff) | |
| download | rails-c1dbdecda5ae7382fa9d2f8c7ee122d2d11c9d03.tar.gz rails-c1dbdecda5ae7382fa9d2f8c7ee122d2d11c9d03.tar.bz2 rails-c1dbdecda5ae7382fa9d2f8c7ee122d2d11c9d03.zip | |
Make CI install bundler stable since 1.0 is out
| -rwxr-xr-x | ci/ci_build.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/ci/ci_build.rb b/ci/ci_build.rb index 3591e45fcf..9539e47cdc 100755 --- a/ci/ci_build.rb +++ b/ci/ci_build.rb @@ -19,7 +19,7 @@ puts "[CruiseControl] Rails build"  build_results = {}  # Install required version of bundler. -bundler_install_cmd = "sudo gem install bundler --pre --no-ri --no-rdoc" +bundler_install_cmd = "sudo gem install bundler --no-ri --no-rdoc"  puts "Running command: #{bundler_install_cmd}"  build_results[:install_bundler] = system bundler_install_cmd | 
