mina-deploy / mina

Blazing fast deployer and server automation tool
https://rubygems.org/gems/mina
Other
4.34k stars 491 forks source link

Refactor pretty printer #686

Closed lovro-bikic closed 2 years ago

lovro-bikic commented 2 years ago

Replaces open4 with open3 to remove dependency on an external gem. With this fix the error NotImplementedError: fork is not available on this platform is fixed on jruby, so we can support that version of Ruby too (I tested this also by building the gem and trying it out on a project with jruby, it works.).

lovro-bikic commented 2 years ago

Fixes #534.