diff options
author | Fauli83 <cpuboni@gmail.com> | 2017-07-02 12:35:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-02 12:35:51 +0200 |
commit | 6ed0d936342d57b0fc21b8357075b9ffa0837156 (patch) | |
tree | 7ac89a921681553ed588aec95f6a9d8b602779a9 /oxidized.gemspec | |
parent | 449d3bf9f4950c0f8f2fc7304389793cc0608e2e (diff) |
Update oxidized.gemspec
Diffstat (limited to 'oxidized.gemspec')
-rw-r--r-- | oxidized.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oxidized.gemspec b/oxidized.gemspec index ea088e7..a8e3eb5 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.0.2' + s.add_runtime_dependency 'net-ssh', '~> 4.1.0' s.add_runtime_dependency 'rugged', '~> 0.21', '>= 0.21.4' if defined?(RUBY_VERSION) && RUBY_VERSION > '2.3' |