Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign up[ruby] Upgrade rake to version 13.0.0 #84
+1
−1
Conversation
This comment has been minimized.
This comment has been minimized.
codecov
bot
commented
Sep 28, 2019
•
Codecov Report
@@ Coverage Diff @@
## master #84 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 5 5
Lines 34 34
=====================================
Hits 34 34 Continue to review full report at Codecov.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
depfu bot commentedSep 28, 2019
Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
Release Notes
13.0.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 39 commits:
Prepare to release rake 13
Use RUBY insted of BUNDLE_RUBY for test-bundled-gems of ruby/ruby.
bump version to 13.0.0.pre.1
Merge pull request #325 from nobu/update-required_ruby_version
Merge pull request #326 from nobu/update-keyword-args
Update keyword arguments merger
Reduce repeated code
Removed stale skips
Drop old ruby versions which are no longer tested
Merge pull request #324 from ruby/use-setup-ruby-on-macos
Try to use setup-ruby on macos
Removed truffleruby temporary.
2.1 is not provided by binary installation
2.3 is provided by GitHub Actions, We need to switch 2.1.
Added truffleruby
There is no binaries of 2.0 and 2.1 on RVM
Set the explicitly versions.
Added the old versions
Use the latest version of JRuby
Merge pull request #269 from take-cheeze/order_only
Merge pull request #310 from tonytonyjan/without_parent_dir
Removed status badge of Travis.
Merge pull request #321 from ruby/cleanup-gemspec
Removed rdoc.
Use Gemfile instead of Gem::Specification#add_development_dependency.
Merge pull request #322 from ruby/actions-2
Good bye Travis. Thanks for your contribution.
Enabled coveralls service on macOS env.
Try to use rvm on GitHub Actions
Removed the badge of appveyor.
Merge pull request #320 from ruby/actions
Removed duplicated tasks with GitHub Actions.
Split install and test tasks.
setup-ruby is not support macOS env.
Windows env only provide Ruby 2.4+
Fixed build names.
Added Windows and macOS.
Enabled build matrix.
Update ruby.yml
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