From 558db95a7bb3271f468d3dd2b3f4d4e14c4b33df Mon Sep 17 00:00:00 2001 From: Matthias Cramer Date: Tue, 7 Mar 2017 20:06:19 +0100 Subject: reverted back to net-ssh 3.0.2 --- oxidized.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'oxidized.gemspec') diff --git a/oxidized.gemspec b/oxidized.gemspec index fcaf7c0..78324d4 100644 --- a/oxidized.gemspec +++ b/oxidized.gemspec @@ -21,7 +21,7 @@ Gem::Specification.new do |s| s.required_ruby_version = '>= 2.0.0' s.add_runtime_dependency 'asetus', '~> 0.1' s.add_runtime_dependency 'slop', '~> 3.5' - s.add_runtime_dependency 'net-ssh', '~> 3.2' + s.add_runtime_dependency 'net-ssh', '~> 3.0.2' s.add_runtime_dependency 'rugged', '~> 0.21', '>= 0.21.4' if defined?(RUBY_VERSION) && RUBY_VERSION > '2.3' -- cgit v1.2.1