提交 913aeaef 编写于 作者: S Santiago Pastorino

We need to wait for the final release of bundler for this to make sense

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