-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Require Ruby 2.3+ / InSpec 1.47+ and update dev deps #221
Conversation
We use expeditor now Signed-off-by: Tim Smith <tsmith@chef.io>
This does nothing, but break things on bundler 2.x Signed-off-by: Tim Smith <tsmith@chef.io>
Remove support for EOL Ruby Signed-off-by: Tim Smith <tsmith@chef.io>
We're not using this anymore. Stop carrying around the baggage. Signed-off-by: Tim Smith <tsmith@chef.io>
Bring our deps up to date. Signed-off-by: Tim Smith <tsmith@chef.io>
No one likes hidden files. Signed-off-by: Tim Smith <tsmith@chef.io>
Since we ship kitchen-inspec in DK for 99.9% of users they already have a fully up-to-date InSpec. This just allows us to remove a conditional and a test. Signed-off-by: Tim Smith <tsmith@chef.io>
Signed-off-by: Tim Smith <tsmith@chef.io>
Signed-off-by: Tim Smith <tsmith@chef.io>
We need these gems for testing in Travis Signed-off-by: Tim Smith <tsmith@chef.io>
Signed-off-by: Tim Smith <tsmith@chef.io>
The extra `|` was catching everything Signed-off-by: Tim Smith <tsmith@chef.io>
Also disable sudo since they ignore this config now. Signed-off-by: Tim Smith <tsmith@chef.io>
Make sure we test on everything we support Signed-off-by: Tim Smith <tsmith@chef.io>
@@ -134,13 +134,13 @@ | |||
|
|||
- \[QUESTION\] kitchen-inspec formatter [\#147](https://github.com/inspec/kitchen-inspec/issues/147) | |||
- Executing inspec against a container from within the host [\#145](https://github.com/inspec/kitchen-inspec/issues/145) | |||
- Option to specify path to Inspec test with kitchen-inspec [\#139](https://github.com/inspec/kitchen-inspec/issues/139) | |||
- Option to specify path to InSpec test with kitchen-inspec [\#139](https://github.com/inspec/kitchen-inspec/issues/139) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I ❤️you so much for these changes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I worked for a company that changed the case of their name to be all lowercase (so cool). I spent years slowly fixing it all.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I love this so much. Capital S
is best S
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @tas50 !
Require a supported Ruby release and bump all the deps to current.