Skip to content

Commit

Permalink
fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
neillturner committed Sep 6, 2017
1 parent c9a5cfc commit 17cd6c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
9 changes: 2 additions & 7 deletions kitchen-verifier-serverspec.gemspec
Expand Up @@ -16,14 +16,9 @@ Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.require_paths = ['lib']
s.rubyforge_project = '[none]'
s.required_ruby_version = '>= 2.0'
s.add_dependency 'test-kitchen', '~> 1.4'
if RUBY_VERSION >= '2.0'
s.add_dependency 'net-ssh', '>= 3'
else
s.add_dependency 'json', '~> 1.8'
s.add_dependency 'net-ssh', '~> 2.9'
s.add_dependency 'rubocop', '~> 0.41.2'
end
s.add_dependency 'net-ssh', '>= 3'
s.description = <<-EOF
Serverspec verifier for Test-Kitchen without having to transit the Busser layer.
EOF
Expand Down
2 changes: 1 addition & 1 deletion lib/kitchen/verifier/serverspec_version.rb
@@ -1,5 +1,5 @@
module Kitchen
module Verifier
SERVERSPEC_VERSION = '0.6.8'.freeze
SERVERSPEC_VERSION = '0.6.9'.freeze
end
end

0 comments on commit 17cd6c5

Please sign in to comment.