Skip to content
Permalink
Browse files
(maint) Add net-ssh 6.x compatability
This commit relaxes the net-ssh dependency to support both the 5.x and 6.x series. This allows compatability with bolt features that rely on net-ssh 6.x. The 5 series is still supported in case other projects that use beaker are still restricted to the 5 series.
  • Loading branch information
donoghuc committed May 19, 2020
1 parent 591e0bb commit 582e72bd152271e53c53b86eebe5323a461c9965
Showing 1 changed file with 1 addition and 1 deletion.
@@ -44,7 +44,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'rb-readline', '~> 0.5.3'

s.add_runtime_dependency 'hocon', '~> 1.0'
s.add_runtime_dependency 'net-ssh', '~> 5.0'
s.add_runtime_dependency 'net-ssh', '>= 5.0'
s.add_runtime_dependency 'net-scp', '~> 1.2'
s.add_runtime_dependency 'inifile', '~> 3.0'

0 comments on commit 582e72b

Please sign in to comment.