New version of rake (12.3.2) broke the build #7
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
We've tested your project with an updated dependency and the build failed.
This version is either within the version range you specified or you haven't specified a version/range. To be able to test your project with the new version, we've taken the liberty of pinning the version for this branch and pull request.
Unfortunately, we encountered failing tests after pinning. This means that this new version is not compatible with your project and the test failure will potentially also happen on fresh installs.
If you have correctly specified a semantic versioning version range, you should probably also file an issue with the upstream project as they might have released an update that's breaking SemVer rules, which is not cool. (But then again, not all projects explicitly follow SemVer)
We've left the pull request open for you to investigate this issue. Please don't merge it as is, because, again, we've pinned the version of rake for this test run.
What changed?
✳️ rake ( → 12.3.2) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by 41 commits:
Bump version to v12.3.2
Merge pull request #297 from ruby/ignore-warnings-2.6
Fixed warnings with https://bugs.ruby-lang.org/issues/15231
Merge pull request #293 from colby-swandale/colby/rdoc-improvements
Merge pull request #294 from colby-swandale/colby/update-public-clone-url
Merge pull request #295 from colby-swandale/colby/improve-contributing-doc
improve running test instructions and denote commands with `$`
update public clone URL to use https
ignore all test classes in rdoc
add missing params to `task` call-seq examples to match consistency
set Application#set_default_options to be ignored by rdoc
Merge pull request #289 from colby-swandale/colby/prevent-multiple-coveralls-comments
Merge pull request #291 from colby-swandale/colby/update-jruby
update jruby to the latest version in travis
Merge pull request #273 from jsm/master
Improve multitask performance
Merge pull request #288 from colby-swandale/colby/fix-readme-links
Merge pull request #290 from colby-swandale/update-jruby
update latest jruby version in travis
run coveralls only when COVERALLS env var is present
fix links to rake resources not showing on Github
Merge pull request #287 from colby-swandale/rework-invalid-task-error-message
Merge pull request #285 from colby-swandale/colby/add-rubocop-to-contributing
Rework the error message that tells to list the tasks with `rake --tasks`
add rubocop section to CONTRIBUTING.rdoc
Merge pull request #280 from colby-swandale/add-dev-binstubs
Merge pull request #282 from colby-swandale/colby/fix-rubocop
fix errors in rubocop
add binstubs for bundler, rake, rodc and rubocop
Merge pull request #278 from aycabta/use-ruby-2.5.3
Use Ruby 2.2.10, 2.3.8, 2.4.5, and 2.5.3
Merge pull request #275 from zhustec/master
Merge pull request #276 from felixonmars/patch-1
Remove more space after `!` operator
Fix a typo in lib/rake/application.rb
remove trailing extension name in require
Merge pull request #265 from jeremyevans/jruby92-fix
Merge pull request #268 from take-cheeze/prereqs_alias
Add alias `prereqs`.
Use simpler RUBY_PLATFORM check for java in cpu_counter.rb
Fix JRuby detection on JRuby 9.2 in cpu_counter.rb
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands