Skip to content
This repository has been archived by the owner on Mar 19, 2022. It is now read-only.

Gem and doc updates #466

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Gem and doc updates #466

wants to merge 2 commits into from

Conversation

matschaffer
Copy link
Owner

No description provided.

@@ -31,6 +30,6 @@ Gem::Specification.new do |s|
s.add_development_dependency 'coveralls'

s.add_dependency 'chef', '>= 10.20'
s.add_dependency 'net-ssh', '~> 2.7', '< 3.0'
s.add_dependency 'erubis', '~> 2.7.0'
s.add_dependency 'net-ssh', '~> 2.6'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Chef 12.7.2 declares "net-ssh", ">= 2.9", "< 4.0" in https://github.com/chef/chef/blob/12.7.2/chef.gemspec#L27, could knife-solo, too? Or is there a reason why 2.6 is now declared?

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suspect at the time it would have been to match other dependencies. But it's been awhile so probably wouldn't hurt to try ">= 2.9", "< 4.0" and see if anything breaks. If you set up the integration test suite (uses EC2 instances) the coverage is pretty comprehensive.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants