Skip to content

Commit

Permalink
relax ssh dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
neillturner committed May 23, 2016
1 parent efe18a1 commit a997318
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kitchen-ansible.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ EOF
s.add_development_dependency 'rake'
s.add_runtime_dependency 'librarian-ansible'
if RUBY_VERSION >= '2.0'
s.add_dependency 'net-ssh', '~> 3.0'
s.add_dependency 'net-ssh', '~> 3'
else
s.add_dependency 'net-ssh', '~> 2.9'
end
Expand Down
2 changes: 1 addition & 1 deletion lib/kitchen-ansible/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- encoding: utf-8 -*-
module Kitchen
module Ansible
VERSION = '0.42.4'
VERSION = '0.42.5'
end
end

0 comments on commit a997318

Please sign in to comment.