Skip to content

Commit

Permalink
Makes CI builder install --pre version of Bundler, now that bundle in…
Browse files Browse the repository at this point in the history
…stall works again
  • Loading branch information
spastorino authored and wycats committed Jul 13, 2010
1 parent 6d2e4ee commit 2b22d12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci/ci_build.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ def rake(*tasks)
build_results = {}

# Install required version of bundler.
#bundler_install_cmd = "gem install bundler --no-ri --no-rdoc"
#puts "Running command: #{bundler_install_cmd}"
#build_results[:install_bundler] = system bundler_install_cmd
bundler_install_cmd = "sudo gem install bundler --pre --no-ri --no-rdoc"
puts "Running command: #{bundler_install_cmd}"
build_results[:install_bundler] = system bundler_install_cmd

cd root_dir do
puts
Expand Down

0 comments on commit 2b22d12

Please sign in to comment.