We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3169e9 commit 2f8c52fCopy full SHA for 2f8c52f
1 file changed
Gemfile
@@ -2,15 +2,9 @@
2
3
source 'https://rubygems.org'
4
5
-# pin dependency for Ruby 1.9.3 since bundler is not
6
-# detecting that net-ssh 3 does not work with 1.9.3
7
-if Gem::Version.new(RUBY_VERSION) <= Gem::Version.new('1.9.3')
8
- gem 'net-ssh', '~> 2.9'
9
-end
10
-
11
gem 'rake'
12
-gem 'inspec', '~> 0.9'
13
-gem 'rubocop', '~> 0.36.0'
+gem 'inspec', '~> 1'
+gem 'rubocop', '~> 0.44.0'
14
gem 'highline', '~> 1.6.0'
15
16
group :tools do
0 commit comments