Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add mutex_m dependency to fix Ruby 3.3 warning #525

Merged
merged 2 commits into from
Dec 26, 2023
Merged

Conversation

mattbrictson
Copy link
Member

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.

@mattbrictson mattbrictson added the 🐛 Bug Fix Fixes a bug label Dec 26, 2023
@mattbrictson mattbrictson merged commit 338e6f2 into master Dec 26, 2023
16 checks passed
@mattbrictson mattbrictson deleted the bugs/mutex_m branch December 26, 2023 01:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bug Fix Fixes a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants