asciidoctor / asciidoctor-epub3

:blue_book: Asciidoctor EPUB3 is a set of Asciidoctor extensions for converting AsciiDoc to EPUB3
https://asciidoctor.org
MIT License
216 stars 67 forks source link

Update rubocop-rake requirement from ~> 0.5.0 to ~> 0.6.0 #430

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on rubocop-rake to permit the latest version.

Release notes

Sourced from rubocop-rake's releases.

RuboCop Rake 0.6.0

Changes

Changelog

Sourced from rubocop-rake's changelog.

0.6.0 (2021-06-29)

Changes

0.5.1 (2020-02-14)

Bug fixes

  • #28: Fix Rake/Desc to avoid an error when task is not a task definition. ([@​pocke][])

0.5.0 (2019-10-31)

New features

0.4.0 (2019-10-13)

New features

0.3.1 (2019-10-06)

Bug fixes

  • #17: Filter target files for Rake/ClassDefinitionInTask cop. ([@​pocke][])

0.3.0 (2019-09-25)

New features

  • #6: Add Rake/ClassDefinitionInTask cop. ([@​pocke][])

Bug fixes

  • #8: Make Rake/Desc to not require description for the default task. ([@​pocke][])

0.2.0 (2019-09-17)

New features

0.1.0 (2019-09-04)

... (truncated)

Commits
  • 5a1d4ab Bump up version to 0.6.0
  • 1a86c64 Add .ruby-version to .gitignore
  • 8a82de7 Merge pull request #37 from tejasbubane/fix-36
  • 6e1d513 [Fix #36] Rake/Desc should not generate offense for prerequisite declarations
  • 22d72bc Merge pull request #38 from tejasbubane/drop-ruby-2-4
  • dcf4cf2 Drop support for Ruby 2.4
  • 4549fa0 Disable InternalAffairs/NodeMatcherDirective cop
  • b2aef11 Update rubocop-hq org to rubocop org
  • be5a4d8 Add InternalAffairs cops and applied it
  • 33edde0 CI against Ruby 3.0
  • Additional commits viewable in compare view


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 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)
slonopotamus commented 1 year ago

@dependabot rebase