Skip to content

Commit

Permalink
Make CI install bundler stable since 1.0 is out
Browse files Browse the repository at this point in the history
  • Loading branch information
spastorino committed Aug 29, 2010
1 parent 96c88db commit c1dbdec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/ci_build.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def rake(*tasks)
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

Expand Down

0 comments on commit c1dbdec

Please sign in to comment.