summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Cramer <matthias.cramer@iway.ch>2017-03-07 20:06:19 +0100
committerMatthias Cramer <matthias.cramer@iway.ch>2017-03-07 20:06:19 +0100
commit558db95a7bb3271f468d3dd2b3f4d4e14c4b33df (patch)
treeb177c7f9a63f121f7ef09b08db07a16e030fc7a7
parent223b8e9eb2be215bdc0045181957e23dac507cff (diff)
reverted back to net-ssh 3.0.2
-rw-r--r--oxidized.gemspec2
1 files changed, 1 insertions, 1 deletions
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'