Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps rake from 12.3.0 to 12.3.2.

Changelog

Sourced from rake's changelog.

=== 12.3.2

==== Bug fixes

  • Fixed test fails caused by 2.6 warnings.
    Pull Request #297 by hsbt

==== Enhancements:

  • Rdoc improvements.
    Pull Request #293 by colby-swandale
  • Improve multitask performance.
    Pull Request #273 by jsm
  • Add alias prereqs.
    Pull Request #268 by take-cheeze

=== 12.3.1

==== Bug fixes

  • Support did_you_mean >= v1.2.0 which has a breaking change on formatters.
    Pull request #262 by FUJI Goro.

==== Enhancements:

  • Don't run task if it depends on already invoked but failed task.
    Pull request #252 by Gonzalo Rodriguez.
  • Make space trimming consistent for all task arguments.
    Pull request #259 by Gonzalo Rodriguez.
  • Removes duplicated inclusion of Rake::DSL in tests.
    Pull request #254 by Gonzalo Rodriguez.
  • Re-raise a LoadError that didn't come from require in the test loader.
    Pull request #250 by Dylan Thacker-Smith.
Commits

Dependabot compatibility score

Dependabot 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.

If all status checks pass Dependabot will automatically merge this pull request.


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 cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [rake](https://github.com/ruby/rake) from 12.3.0 to 12.3.2.
- [Release notes](https://github.com/ruby/rake/releases)
- [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc)
- [Commits](ruby/rake@v12.3.0...v12.3.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Dec 7, 2018
@dependabot-preview dependabot-preview bot merged commit 90f160e into master Dec 7, 2018
@dependabot-preview dependabot-preview bot deleted the dependabot/bundler/rake-12.3.2 branch December 7, 2018 13:20
@segiddins
Copy link
Owner

@greysteil this appears to have been merged without a merge command?

@greysteil
Copy link

It should only do that if it detects that that's your preferred style. Looks like it got that wrong here - I'll take a look at the logic and see what happened.

@greysteil
Copy link

Just dug into this - it looks like your account has create_merge_commits: false set, so Dependabot will do rebase merges for you and not create merge commits. You can change that in your account settings. Looks like it's been the case since October 11th - I don't think I made that change (would have been by running a batch job if I did) but I can't swear to it...

@segiddins
Copy link
Owner

Ah I was just confused to see the PR merged without a comment on it instructing dependabot to merge. If I set it up to auto-merge, it might make sense for it to post a comment saying so?

@greysteil
Copy link

Ah, we put that in the PR description, but maybe it’s not as clear as it could be?

@segiddins
Copy link
Owner

Ah yeah I see it now but it’s buried in there

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants