diff options
author | Saku Ytti <saku@ytti.fi> | 2016-09-16 15:51:31 +0300 |
---|---|---|
committer | Saku Ytti <saku@ytti.fi> | 2016-09-16 15:51:31 +0300 |
commit | 5b0967439f61735d68fe801eaa840b7b75908c70 (patch) | |
tree | 148111d5beb427a39d87d7bcf7dc3b21aa006ecc /oxidized.gemspec | |
parent | 0b5af4573c7832f7fb1eeeb39c5e8c7375936bfd (diff) |
ruby2.1 behaves oddly with this style of dependcy
fixed #565
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 bb9366d..c12dcb5 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.0', '<3.1' + 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' |