We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cf9633 commit 93cb67dCopy full SHA for 93cb67d
1 file changed
Gemfile
@@ -2,6 +2,10 @@
2
3
source 'https://rubygems.org'
4
5
+if Gem::Version.new(RUBY_VERSION) <= Gem::Version.new('1.9.3')
6
+ gem 'net-ssh', '~> 2.9'
7
+end
8
+
9
gem 'rake'
10
gem 'inspec', '~> 0.9'
11
gem 'rubocop', '~> 0.23'
0 commit comments