Skip to content

Commit 2f8c52f

Browse files
committed
update gemfile
Signed-off-by: Patrick Münch <patrick.muench1111@gmail.com>
1 parent a3169e9 commit 2f8c52f

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

Gemfile

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,9 @@
22

33
source 'https://rubygems.org'
44

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-
115
gem 'rake'
12-
gem 'inspec', '~> 0.9'
13-
gem 'rubocop', '~> 0.36.0'
6+
gem 'inspec', '~> 1'
7+
gem 'rubocop', '~> 0.44.0'
148
gem 'highline', '~> 1.6.0'
159

1610
group :tools do

0 commit comments

Comments
 (0)