cookbooks/mu-tools/libraries/monkey.rb in cloud-mu-3.4.0 vs cookbooks/mu-tools/libraries/monkey.rb in cloud-mu-3.5.0
- old
+ new
@@ -17,10 +17,10 @@
else
"#{gem_binary_path} install \"#{name}\" -q --no-rdoc --no-ri #{src_str}#{opts}"
end
begin
- shell_out_with_timeout!(cmd, env: nil)
+ shell_out(cmd, env: nil)
rescue StandardError => e
if cmd.match(/--no-rdoc|--no-ri/)
cmd.gsub!(/--no-rdoc --no-ri/, "--no-document")
retry
end