-
Notifications
You must be signed in to change notification settings - Fork 202
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
Support Windows 2016 #291
Support Windows 2016 #291
Changes from 6 commits
ee9176b
e2d998c
72733c9
be3f261
b7b2b09
4d78fea
eb80d7e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,5 @@ language: ruby | |
cache: bundler | ||
sudo: false | ||
rvm: | ||
- 2.0.0 | ||
- 2.1 | ||
- 2.2 | ||
- 2.1.8 | ||
- 2.2.6 |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ gem "winrm-fs" | |
gem "activesupport", "~> 4.0" | ||
|
||
group :test do | ||
gem "rake" | ||
gem "rake", "< 12" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Any reason for this particular pin? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Rake 12 isn't compatible with rubocop 0.28, which is pinned by finstyle 1.4.0. And the gemspec file says
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I just tried updating to finstyle 1.5.0. It still isn't compatible with rake 12, and it picks up 11 more style offences :) There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We're moving away from finstyle and I didn't realize this repo was still on it so new things to do |
||
gem "pry" | ||
end | ||
|
||
|
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.
Safe to drop 2.1.x and keep somewhat in line with https://github.com/test-kitchen/test-kitchen/blob/master/.travis.yml#L3-L6