Update middleman-gh-pages: 0.3.1 → 0.4.1 (major) #12
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.
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ middleman-gh-pages (0.3.1 → 0.4.1) · Repo
Commits
See the full diff on Github. The new version differs by 4 commits:
Bump version to v0.4.1
Update homepage in gemspec
Bumped version to v0.4.0
Remove depth=1 fetch to avoid errors on modern git versions during subsequent push
✳️ rake (12.3.3 → 13.0.1) · Repo · Changelog
Release Notes
13.0.1 (from changelog)
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 49 commits:
Bump version to 13.0.1
Fixed build failure of the latest GitHub Actions
Merge pull request #271 from thorsteneckel/bugfix-reenable_invocation_exception
Merge pull request #327 from mjbellantoni/mjb-order-only-arg-fix
Merge pull request #329 from jeremyevans/skip-taint-test-on-2.7
Skip a taint test on Ruby 2.7
Merge pull request #328 from orien/gem-metadata
Add project metadata to the gemspec
Update comments to reflect the current state
Fix an incorrectly resolved arg pattern
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