提交 47260598 编写于 作者: J Jeremy Kemper

CI: restore sudo for bundler gem install

上级 e1daf3fb
......@@ -19,7 +19,7 @@ def rake(*tasks)
build_results = {}
# Install required version of bundler.
bundler_install_cmd = "gem install bundler -v 0.9.8 --no-ri --no-rdoc"
bundler_install_cmd = "sudo gem install bundler -v 0.9.8 --no-ri --no-rdoc"
puts "Running command: #{bundler_install_cmd}"
build_results[:install_bundler] = system bundler_install_cmd
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册