Skip to content

Commit

Permalink
fix net-ssh dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
neillturner committed Jun 26, 2016
1 parent 67f66e8 commit 50ea106
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PATH
remote: .
specs:
kitchen-ansible (0.42.3)
kitchen-ansible (0.44.4)
librarian-ansible
net-ssh (~> 3.0)
net-ssh (>= 3.0)
test-kitchen (~> 1.4)

GEM
Expand Down
2 changes: 1 addition & 1 deletion kitchen-ansible.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ EOF
s.add_development_dependency 'pry'
s.add_development_dependency 'rake'
if RUBY_VERSION >= '2.0'
s.add_dependency 'net-ssh', '~> 3'
s.add_dependency 'net-ssh', '~> 3.0'
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.44.3'
VERSION = '0.44.4'
end
end

0 comments on commit 50ea106

Please sign in to comment.