capistrano / sshkit

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

Add mutex_m dependency to fix Ruby 3.3 warning #525

Closed mattbrictson closed 6 months ago

mattbrictson commented 6 months ago

This fixes the following warning when using Capistrano on Ruby 3.3:

sshkit/backends/netssh.rb:3: warning: mutex_m was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.4.0. Add mutex_m to your Gemfile or gemspec.