capistrano / sshkit

A toolkit for deploying code and assets to servers in a repeatable, testable, reliable way.
MIT License
1.15k stars 253 forks source link

Pin mocha at 1.9.x to fix CI failures #478

Closed mattbrictson closed 4 years ago

mattbrictson commented 4 years ago

Version 1.10 of the mocha gem was recently released, which is causing tests to fail in the master branch of SSHKit. Work around this for now by pinning our mocha dependency to ~> 1.9.0.