Skip to content

Commit

Permalink
Add mutex_m dependency to fix Ruby 3.3 warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson committed Dec 26, 2023
1 parent 8981ad8 commit beb5460
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sshkit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Gem::Specification.new do |gem|
gem.require_paths = ["lib"]
gem.version = SSHKit::VERSION

gem.add_runtime_dependency('mutex_m')
gem.add_runtime_dependency('net-ssh', '>= 2.8.0')
gem.add_runtime_dependency('net-scp', '>= 1.1.2')

Expand Down

0 comments on commit beb5460

Please sign in to comment.