-
Notifications
You must be signed in to change notification settings - Fork 32
Warn about missing coverage information and SkunkScore impact #48
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
Changes from all commits
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 |
---|---|---|
|
@@ -41,7 +41,6 @@ Gem::Specification.new do |spec| | |
spec.add_dependency "rubycritic", ">= 4.4", "< 5.0" | ||
spec.add_dependency "terminal-table", "~> 1.8.0" | ||
|
||
spec.add_development_dependency "bundler", "~> 2.0" | ||
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. Why we dropping the bundler dependency? 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. The main reason was because Travis wasn't building, check it out here: https://travis-ci.org/github/fastruby/skunk/builds/728404194 Then there's the question about if Honestly I'm not sure what the usual pattern is and if there's a reason why one would specify Bundler as a dep for a project. |
||
spec.add_development_dependency "byebug", "~> 11" | ||
spec.add_development_dependency "codecov", "~> 0.1.16" | ||
spec.add_development_dependency "minitest", "~> 5.8.4" | ||
|
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.
codecov 0.1.16 was yanked, that's why we needed to update here.
Check:
https://rubygems.org/gems/codecov/versions