We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c630206 commit 338e6f2Copy full SHA for 338e6f2
sshkit.gemspec
@@ -20,6 +20,7 @@ Gem::Specification.new do |gem|
20
gem.require_paths = ["lib"]
21
gem.version = SSHKit::VERSION
22
23
+ gem.add_runtime_dependency('mutex_m')
24
gem.add_runtime_dependency('net-ssh', '>= 2.8.0')
25
gem.add_runtime_dependency('net-scp', '>= 1.1.2')
26
0 commit comments