-
Notifications
You must be signed in to change notification settings - Fork 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
Update rake requirement from ~> 12.3 to >= 12.3, < 14.0 #369
Update rake requirement from ~> 12.3 to >= 12.3, < 14.0 #369
Conversation
Updates the requirements on [rake](https://github.com/ruby/rake) to permit the latest version. - [Release notes](https://github.com/ruby/rake/releases) - [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc) - [Commits](ruby/rake@v12.3.0...v13.0.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
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.
There, consistency++
Looks like this spec is failing (sometimes?), I'll take a look at what might be doing on.
|
Oh, I think one of the "safe" rubocop corrections may not have been totally safe. It seems the corrector generally assumes that a |
Yeah, the spec issue goes away on re-run. Fun. |
Updates the requirements on rake to permit the latest version.
Changelog
Sourced from rake's changelog.
Commits
c8251e2
Bump version to 13.0.18edd860
Fixed build failure of the latest GitHub Actionsb6e2a66
Merge pull request #271 from thorsteneckel/bugfix-reenable_invocation_exception985abff
Merge pull request #327 from mjbellantoni/mjb-order-only-arg-fix4a90acb
Merge pull request #329 from jeremyevans/skip-taint-test-on-2.74dc6282
Skip a taint test on Ruby 2.7a08b697
Merge pull request #328 from orien/gem-metadatac3953d4
Add project metadata to the gemspec46a8f7c
Update comments to reflect the current state00aacdc
Fix an incorrectly resolved arg patternDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking
Bump now
in your Dependabot dashboard.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot badge me
will comment on this PR with code to add a "Dependabot enabled" badge to your readmeAdditionally, you can set the following in the
.dependabot/config.yml
file in this repo: