diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-13 15:12:16 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-13 15:12:16 +0300 |
| commit | 9b3852e67839cbafd066099f83e98d3fcfa1b13e (patch) | |
| tree | 7d9448a71cf265e600483f2aa72f75f518e8d8b0 /asciidoctor-epub3.gemspec | |
| parent | fedd28e46f1ca808dc9cdce5712090cfce5a540b (diff) | |
Update rubocop requirement from ~> 0.81.0 to ~> 1.12.1 (#399)
Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version.
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop/rubocop/compare/v0.81.0...v1.12.1)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'asciidoctor-epub3.gemspec')
| -rw-r--r-- | asciidoctor-epub3.gemspec | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/asciidoctor-epub3.gemspec b/asciidoctor-epub3.gemspec index bd798ee..8f4a7a8 100644 --- a/asciidoctor-epub3.gemspec +++ b/asciidoctor-epub3.gemspec @@ -37,8 +37,9 @@ An extension for Asciidoctor that converts AsciiDoc documents to EPUB3 and KF8/M s.add_development_dependency 'rake', '~> 13.0.0' s.add_development_dependency 'rouge', '~> 3.0' s.add_development_dependency 'rspec', '~> 3.10.0' - s.add_development_dependency 'rubocop', '~> 0.81.0' - s.add_development_dependency 'rubocop-rspec', '~> 1.41.0' + s.add_development_dependency 'rubocop', '~> 1.12.1' + s.add_development_dependency 'rubocop-rake', '~> 0.5.0' + s.add_development_dependency 'rubocop-rspec', '~> 2.2.0' s.add_runtime_dependency 'asciidoctor', '>= 1.5.6', '< 3.0.0' s.add_runtime_dependency 'gepub', '~> 1.0.0' |
