Skip to content

Commit

Permalink
Have CI use the current version of bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
Carl Lerche committed Feb 17, 2010
1 parent 3f948a0 commit e195b48
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 = "gem install bundler -v 0.9.3 --no-ri --no-rdoc"
bundler_install_cmd = "gem install bundler -v 0.9.6 --no-ri --no-rdoc"
puts "Running command: #{bundler_install_cmd}"
build_results[:install_bundler] = system bundler_install_cmd

Expand Down

0 comments on commit e195b48

Please sign in to comment.