Skip to content

Commit

Permalink
Add mutex_m dependency to fix Ruby 3.3 warning (#525)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson authored Dec 26, 2023
1 parent c630206 commit 338e6f2
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 338e6f2

Please sign in to comment.