提交 03b192d1 编写于 作者: J Jeremy Kemper

CI: sudo unnecessary. Bump bundler dep to 0.9.3.

上级 9f3ea450
......@@ -25,7 +25,7 @@ def rake(*tasks)
build_results[:install_rubygems_update] = system rubygems_install_cmd
# Install required version of bundler.
bundler_install_cmd = "sudo gem install bundler -v 0.9.2 --no-ri --no-rdoc"
bundler_install_cmd = "sudo gem install bundler -v 0.9.3 --no-ri --no-rdoc"
puts "Running command: #{bundler_install_cmd}"
build_results[:install_bundler] = system bundler_install_cmd
......@@ -33,7 +33,7 @@ def rake(*tasks)
puts
puts "[CruiseControl] Bundling RubyGems"
puts
build_results[:bundle] = system 'sudo env CI=1 bundle install'
build_results[:bundle] = system 'env CI=1 bundle install'
end
cd "#{root_dir}/activesupport" do
......
......@@ -19,5 +19,5 @@
s.add_dependency('activeresource', '= 3.0.0.beta1')
s.add_dependency('actionmailer', '= 3.0.0.beta1')
s.add_dependency('railties', '= 3.0.0.beta1')
s.add_dependency('bundler', '>= 0.9.2')
s.add_dependency('bundler', '>= 0.9.3')
end
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册