Skip to content
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

Bump rake from 12.0.0 to 12.3.1 #47

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link

Bumps rake from 12.0.0 to 12.3.1.

Changelog

Sourced from rake's changelog.

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

=== 12.3.0

==== Compatibility Changes

  • Bump required_ruby_version to Ruby 2.0.0. Rake has already
    removed support for Ruby 1.9.x.

==== Enhancements:

  • Support test-bundled-gems task on ruby core.

=== 12.2.1

==== Bug fixes

  • Fixed to break Capistrano::Application on capistrano3.

=== 12.2.0

==== Enhancements:

  • Make rake easier to use as a library
    Pull request #211 by drbrain
  • Fix quadratic performance in FileTask#out_of_date?
    Pull request #224 by doudou
  • Clarify output when printing nested exception traces
    Pull request #232 by urbanautomaton

==== Bug fixes

  • Account for a file that match 2 or more patterns.
    Pull request #231 by styd
    ... (truncated)
Commits
  • c963dc0 bump version to 12.3.1
  • 35c18fe Fixed rdoc style
  • 9aac0a4 rubocop -a
  • a8ef9ac Merge pull request #262 from gfx/did_you_mean-v1.2.0
  • 9d2c8af support did_you_mean >= v1.2.0 which has a breaking change on formatters
  • a8ebea2 Merge pull request #252 from grzuy/fix_multitask_failures
  • edb7743 Prefer #refute over negated #assert
  • 55bee9a Merge pull request #259 from grzuy/fix_leading_whitespaces
  • 7175910 Keep original test case testing spaces in some arguments
  • d56ee71 Merge pull request #261 from aycabta/use-jruby-9.1.16.0
  • Additional commits viewable in compare view

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.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot ignore this [minor|major] version with 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 [this|these] label[s] will set the current labels as the default for future PRs for this repo and language

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)
  • Out-of-range updates (receive only lockfile updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [rake](https://github.com/ruby/rake) from 12.0.0 to 12.3.1.
- [Release notes](https://github.com/ruby/rake/releases)
- [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc)
- [Commits](ruby/rake@v12.0.0...v12.3.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant