Gemfile in specinfra-2.44.7 vs Gemfile in specinfra-2.44.8
- old
+ new
@@ -1,4 +1,9 @@
source 'https://rubygems.org'
# Specify your gem's dependencies in specinfra.gemspec
gemspec
+
+if Gem::Version.new(RUBY_VERSION.dup) < Gem::Version.new('2.0.0')
+ # net-ssh 3.x dropped Ruby 1.8 and 1.9 support.
+ gem 'net-ssh', '~> 2.7'
+end