summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-12-04 20:20:38 +0300
committerGitHub <noreply@github.com>2022-12-04 20:20:38 +0300
commit1e590a03994676d8c1a91411b3347f9e01432c94 (patch)
treefc39c41800b3c405bcdbb40a5b65b555f17a8e53
parent20270aa3b9fe089bf6a083796f65c399afaf4093 (diff)
Update rubocop-rake requirement from ~> 0.5.0 to ~> 0.6.0 (#430)
Updates the requirements on [rubocop-rake](https://github.com/rubocop/rubocop-rake) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop-rake/releases) - [Changelog](https://github.com/rubocop/rubocop-rake/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-rake/compare/v0.5.0...v0.6.0) --- updated-dependencies: - dependency-name: rubocop-rake dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--asciidoctor-epub3.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/asciidoctor-epub3.gemspec b/asciidoctor-epub3.gemspec
index 2237682..e07b541 100644
--- a/asciidoctor-epub3.gemspec
+++ b/asciidoctor-epub3.gemspec
@@ -38,7 +38,7 @@ An extension for Asciidoctor that converts AsciiDoc documents to EPUB3 and KF8/M
s.add_development_dependency 'rouge', '~> 3.0'
s.add_development_dependency 'rspec', '~> 3.12.0'
s.add_development_dependency 'rubocop', '~> 1.28.2'
- s.add_development_dependency 'rubocop-rake', '~> 0.5.0'
+ s.add_development_dependency 'rubocop-rake', '~> 0.6.0'
s.add_development_dependency 'rubocop-rspec', '~> 2.4.0'
s.add_runtime_dependency 'asciidoctor', '>= 1.5.6', '< 3.0.0'