Skip to content

Commit a43c6bf

Browse files
committed
pin net-ssh for ruby 1.9.3
1 parent 0182333 commit a43c6bf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Gemfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,9 @@ gem 'rake'
1010
gem 'inspec', '~> 0.9'
1111
gem 'rubocop', '~> 0.23'
1212
gem 'highline', '~> 1.6.0'
13+
14+
# pin dependency for Ruby 1.9.3 since bundler is not
15+
# detecting that net-ssh 3 does not work with 1.9.3
16+
if Gem::Version.new(RUBY_VERSION) <= Gem::Version.new('1.9.3')
17+
gem 'net-ssh', '~> 2.9'
18+
end

0 commit comments

Comments
 (0)