summaryrefslogtreecommitdiff
path: root/oxidized.gemspec
diff options
context:
space:
mode:
authorMatthias Cramer <matthias.cramer@iway.ch>2017-03-07 10:03:43 +0100
committerMatthias Cramer <matthias.cramer@iway.ch>2017-03-07 10:03:43 +0100
commit7f65d48da9588fda54d20abc2535a05dae4d055b (patch)
tree561722c7c990392693c66075df1e49c38d70b06b /oxidized.gemspec
parent429920ca38bedd887588bf37692df7b7de40e0d7 (diff)
added model for OneAccess OneOS Voice Gateways/Routers
Slight modifications to gemspec for newer ssh gem and correct telnet syntax
Diffstat (limited to 'oxidized.gemspec')
-rw-r--r--oxidized.gemspec4
1 files changed, 2 insertions, 2 deletions
diff --git a/oxidized.gemspec b/oxidized.gemspec
index c12dcb5..fcaf7c0 100644
--- a/oxidized.gemspec
+++ b/oxidized.gemspec
@@ -21,11 +21,11 @@ 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.0.2'
+ s.add_runtime_dependency 'net-ssh', '~> 3.2'
s.add_runtime_dependency 'rugged', '~> 0.21', '>= 0.21.4'
if defined?(RUBY_VERSION) && RUBY_VERSION > '2.3'
- s.add_runtime_dependency 'net-telnet'
+ s.add_runtime_dependency 'net-telnet', '~> 0'
end
s.add_development_dependency 'pry', '~> 0'